rpms/openoffice.org/devel openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch, 1.3, 1.4 workspace.atkbridge.patch, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 8 12:54:47 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24994

Modified Files:
	openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch 
	workspace.atkbridge.patch 
Log Message:
rejig

openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch:
 desktop/scripts/soffice.sh |    2 ++
 scripts/soffice.sh         |    0 
 2 files changed, 2 insertions(+)

Index: openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch	8 Nov 2005 12:08:04 -0000	1.3
+++ openoffice.org-1.9.88.rh133741.alwaysgtk.desktop.patch	8 Nov 2005 12:54:41 -0000	1.4
@@ -10,7 +10,7 @@
  #*************************************************************************
  
 +if [ -z $SAL_USE_VCLPLUGIN ]; then export SAL_USE_VCLPLUGIN=gtk; fi
-+export SAL_IGNOREXERRORS=true
++ 
  #
  # STAR_PROFILE_LOCKING_DISABLED=1
  # export STAR_PROFILE_LOCKING_DISABLED

workspace.atkbridge.patch:
 SRC680_m130/desktop/scripts/soffice.sh                |    4 
 comphelper/source/misc/accessiblewrapper.cxx          |    5 
 openoffice.org/vcl/unx/gtk/a11y/TODO                  |   49 +
 openoffice.org/vcl/unx/gtk/a11y/atkaction.cxx         |   93 ++
 openoffice.org/vcl/unx/gtk/a11y/atkcomponent.cxx      |  206 +++++
 openoffice.org/vcl/unx/gtk/a11y/atkeditabletext.cxx   |   96 ++
 openoffice.org/vcl/unx/gtk/a11y/atkfactory.cxx        |  203 +++++
 openoffice.org/vcl/unx/gtk/a11y/atkhypertext.cxx      |  230 ++++++
 openoffice.org/vcl/unx/gtk/a11y/atkimage.cxx          |   59 +
 openoffice.org/vcl/unx/gtk/a11y/atklistener.cxx       |  387 ++++++++++
 openoffice.org/vcl/unx/gtk/a11y/atklistener.hxx       |   88 ++
 openoffice.org/vcl/unx/gtk/a11y/atkselection.cxx      |  120 +++
 openoffice.org/vcl/unx/gtk/a11y/atktable.cxx          |  331 ++++++++
 openoffice.org/vcl/unx/gtk/a11y/atktext.cxx           |  226 ++++++
 openoffice.org/vcl/unx/gtk/a11y/atkutil.cxx           |  425 +++++++++++
 openoffice.org/vcl/unx/gtk/a11y/atkutil.hxx           |   45 +
 openoffice.org/vcl/unx/gtk/a11y/atkvalue.cxx          |   69 +
 openoffice.org/vcl/unx/gtk/a11y/atkwrapper.cxx        |  676 ++++++++++++++++++
 openoffice.org/vcl/unx/gtk/a11y/atkwrapper.hxx        |   84 ++
 openoffice.org/vcl/unx/gtk/a11y/makefile.mk           |  108 ++
 openoffice.org/vcl/unx/inc/plugins/gtk/atkfactory.hxx |   51 +
 vcl/prj/build.lst                                     |    3 
 vcl/source/app/svapp.cxx                              |   10 
 vcl/source/window/menu.cxx                            |    9 
 vcl/unx/gtk/app/gtkinst.cxx                           |    1 
 vcl/unx/gtk/window/gtkframe.cxx                       |  193 +++++
 vcl/unx/inc/plugins/gtk/gtkframe.hxx                  |    8 
 vcl/util/makefile.mk                                  |    1 
 28 files changed, 3765 insertions(+), 15 deletions(-)

Index: workspace.atkbridge.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/workspace.atkbridge.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- workspace.atkbridge.patch	1 Oct 2005 19:06:31 -0000	1.4
+++ workspace.atkbridge.patch	8 Nov 2005 12:54:41 -0000	1.5
@@ -4116,13 +4116,14 @@
  			$(SLB)$/gtkwin.lib
 --- SRC680_m130/desktop/scripts/soffice.gail.sh	2005-09-30 15:34:21.000000000 +0100
 +++ SRC680_m130/desktop/scripts/soffice.sh	2005-09-30 15:34:56.000000000 +0100
-@@ -35,6 +35,9 @@
+@@ -35,6 +35,10 @@
  #*************************************************************************
  
  if [ -z $SAL_USE_VCLPLUGIN ]; then export SAL_USE_VCLPLUGIN=gtk; fi
 +if [ true == `gconftool-2 -g "/desktop/gnome/interface/accessibility"` ]; then
 +export GTK_MODULES="gail:atk-bridge $GTK_MODULES"
 +fi
++export SAL_IGNOREXERRORS=true
  
  #
  # STAR_PROFILE_LOCKING_DISABLED=1




More information about the fedora-cvs-commits mailing list