rpms/openoffice.org/F-12 workspace.vcl106.patch,1.1,1.2

Caolan McNamara caolanm at fedoraproject.org
Thu Oct 15 09:03:01 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28750

Modified Files:
	workspace.vcl106.patch 
Log Message:
fix offset

workspace.vcl106.patch:
 officecfg/registry/data/org/openoffice/VCL.xcu |  160 +++++++++++++++++++++++++
 psprint/source/fontsubset/gsub.cxx             |   10 +
 unx/gtk/a11y/atkutil.cxx                       |   13 +-
 vcl/source/glyphs/gcach_ftyp.cxx               |   11 +
 4 files changed, 187 insertions(+), 7 deletions(-)

Index: workspace.vcl106.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/workspace.vcl106.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- workspace.vcl106.patch	15 Oct 2009 08:10:04 -0000	1.1
+++ workspace.vcl106.patch	15 Oct 2009 09:03:01 -0000	1.2
@@ -1,6 +1,6 @@
 --- vcl.orig/unx/gtk/a11y/atkutil.cxx	2009-10-05 08:06:01.000000000 +0100
 +++ vcl/unx/gtk/a11y/atkutil.cxx	2009-10-05 08:10:07.000000000 +0100
-@@ -221,7 +221,7 @@
+@@ -190,7 +190,7 @@
                  if( accessibility::AccessibleStateType::FOCUSED == nState )
                      atk_wrapper_focus_tracker_notify_when_idle( getAccessible(aEvent) );
              }
@@ -9,7 +9,7 @@
              {
                  g_warning("Focused object has invalid index in parent");
              }
-@@ -577,7 +577,14 @@
+@@ -546,7 +546,14 @@
          if( g_aWindowList.find(pWindow) == g_aWindowList.end() )
          {
              g_aWindowList.insert(pWindow);
@@ -25,10 +25,10 @@
          }
  #ifdef ENABLE_TRACING
          else
-@@ -608,7 +615,7 @@
+@@ -577,7 +584,7 @@
              }
          }
-     }
+     } 
 -    catch( uno::Exception e )
 +    catch( const uno::Exception &e )
      {




More information about the fedora-extras-commits mailing list