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

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Mar 12 17:57:52 UTC 2008


Author: caolanm

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

Modified Files:
      Tag: openoffice_org-2_4_0-9_1_999_fc9
	openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch 
Log Message:
update fix

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.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch	20 Dec 2007 16:13:58 -0000	1.2
+++ openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch	12 Mar 2008 17:57:50 -0000	1.2.2.1
@@ -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
-@@ -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() &&
--                !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() )
-+		 (
-+		  !pSh->GetDoc()->GetDocShell() ||
-+                  !pSh->GetDoc()->GetDocShell()->IsInPlaceActive() 
-+		 )
-+		)
-             {
-                 // OD 12.02.2003 #i9719#, #105645# - use new method
-                 // <SwPageFrm::PaintBorderAndShadow(..)>.
+@@ -3006,7 +3006,11 @@
+                 // OD 20.12.2002 #94627# - no paint of page border and shadow, if
+                 // writer is in place mode.
+                 if( pSh->GetWin() &&
+-                    !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