rpms/openoffice.org/devel workspace.cmcfixes57.patch,1.1,1.2

Caolan McNamara caolanm at fedoraproject.org
Fri Jul 3 14:29:18 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9107

Modified Files:
	workspace.cmcfixes57.patch 
Log Message:
partial duplication in another workspace

workspace.cmcfixes57.patch:

Index: workspace.cmcfixes57.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/workspace.cmcfixes57.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- workspace.cmcfixes57.patch	15 Apr 2009 15:21:11 -0000	1.1
+++ workspace.cmcfixes57.patch	3 Jul 2009 14:29:18 -0000	1.2
@@ -37,22 +37,3 @@ index bd114be..1fa97cc 100644
                                           ::com::sun::star::lang::XMultiServiceFactory*  pServiceManager, \
                                           ::com::sun::star::registry::XRegistryKey*      pRegistryKey ) \
      { \
-diff -ru sw.orig/source/filter/ww8/ww8par2.cxx sw/source/filter/ww8/ww8par2.cxx
---- sw.orig/source/filter/ww8/ww8par2.cxx	2009-03-10 12:59:18.000000000 +0000
-+++ sw/source/filter/ww8/ww8par2.cxx	2009-03-10 13:51:17.000000000 +0000
-@@ -2509,7 +2509,15 @@
-             //ability to set the margin.
-             SvxLRSpaceItem aL( RES_LR_SPACE );
-             // set right to original DxaLeft (i28656)
-+#if 0
-+            // Type don't get promoted the intuitive way
-             aL.SetLeft( !bIsBiDi ?  GetMinLeft() : pIo->maSectionManager.GetTextAreaWidth() - nPreferredWidth  - nOrgDxaLeft);
-+#else
-+            if (!bIsBiDi)
-+                aL.SetLeft( GetMinLeft() );
-+            else
-+                aL.SetLeft( pIo->maSectionManager.GetTextAreaWidth() - nPreferredWidth  - nOrgDxaLeft );
-+#endif
-             aItemSet.Put(aL);
-         }
-     }




More information about the fedora-extras-commits mailing list