rpms/openoffice.org/devel openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch, NONE, 1.1 openoffice.org.spec, 1.1362, 1.1363

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sun Dec 16 13:49:10 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch 
Log Message:
Resolves: rhbz#423371 openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch

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

--- NEW FILE openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch ---
Index: source/core/layout/paintfrm.cxx
===================================================================
RCS file: /cvs/sw/sw/source/core/layout/paintfrm.cxx,v
retrieving revision 1.105.2.2
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
             // 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(..)>.


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1362
retrieving revision 1.1363
diff -u -r1.1362 -r1.1363
--- openoffice.org.spec	16 Dec 2007 12:39:20 -0000	1.1362
+++ openoffice.org.spec	16 Dec 2007 13:48:22 -0000	1.1363
@@ -163,6 +163,7 @@
 Patch78: openoffice.org-2.3.1.oooXXXXX.ucb.davprotocol.patch
 Patch79: workspace.gcc430.patch
 Patch80: workspace.locales24.patch
+Patch81: openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1124,6 +1125,7 @@
 %patch78 -p1 -b .oooXXXXX.ucb.davprotocol.patch
 %patch79 -p1 -b .workspace.gcc430.patch
 %patch80 -p1 -b .workspace.locales24.patch
+%patch81 -p1 -b .ooo84621.sw.insertexcel.patch
 
 %if %{linkopt}
 chmod a+x solenv/bin/mklinkscript.pl
@@ -2851,6 +2853,7 @@
 %changelog
 * Thu Dec 13 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.3.1-9.10
 - Resolves: rhbz#425701 add workspace.locales24.patch
+- Resolves: rhbz#423371 openoffice.org-2.3.1.ooo84621.sw.insertexcel.patch
 - add workspace.gcc430.patch for gcc 4.3.0
 
 * Sun Dec 09 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.3.1-9.9




More information about the scm-commits mailing list