rpms/openoffice.org/devel openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Dec 20 16:14:20 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19422

Modified Files:
	openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch 
Log Message:
fix up

openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch:

Index: openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch	16 Dec 2007 13:48:22 -0000	1.1
+++ openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch	20 Dec 2007 16:13:58 -0000	1.2
@@ -5,16 +5,16 @@
 diff -u -r1.105.2.2 paintfrm.cxx
 --- openoffice.org.orig/sw/source/core/layout/paintfrm.cxx	24 Aug 2007 11:52:41 -0000	1.105.2.2
 +++ openoffice.org/sw/source/core/layout/paintfrm.cxx	16 Dec 2007 13:38:26 -0000
-@@ -2962,7 +2962,11 @@
-             // OD 20.12.2002 #94627# - no paint of page border and shadow, if
+@@ -2979,7 +2979,11 @@
+ 			// OD 20.12.2002 #94627# - no paint of page border and shadow, if
              // writer is in place mode.
-             if( pSh->GetWin() &&
+ 			 if( pSh->GetWin() &&
 -                !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() )
-+               (
-+                !pSh->GetDoc()->GetDocShell() ||
-+                !pSh->GetDoc()->GetDocShell()->IsInPlaceActive()
-+               )
-+              )
++		 (
++		  !pSh->GetDoc()->GetDocShell() ||
++                  !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() 
++		 )
++		)
              {
                  // OD 12.02.2003 #i9719#, #105645# - use new method
                  // <SwPageFrm::PaintBorderAndShadow(..)>.




More information about the fedora-extras-commits mailing list