rpms/openoffice.org/F-9 openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch, NONE, 1.1 openoffice.org.spec, 1.1475, 1.1476

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sat Apr 26 14:34:00 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31105

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch 
Log Message:
add openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch

openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch:

--- NEW FILE openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch ---
Index: source/ui/func/fupage.cxx
===================================================================
RCS file: /cvs/graphics/sd/source/ui/func/fupage.cxx,v
retrieving revision 1.29
diff -u -r1.29 fupage.cxx
--- openoffice.org.orig.sd/source/ui/func/fupage.cxx	26 Nov 2007 17:01:36 -0000	1.29
+++ openoffice.org/sd/source/ui/func/fupage.cxx	26 Apr 2008 14:31:03 -0000
@@ -342,7 +342,7 @@
 				pTempSet.reset( new SfxItemSet( mpDoc->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0) );
 
 				pTempSet->Put( XFillStyleItem( XFILL_BITMAP ) );
-				pTempSet->Put( XFillBitmapItem( String(), XOBitmap(aGraphic) ) );
+				pTempSet->Put( XFillBitmapItem( String(RTL_CONSTASCII_USTRINGPARAM("background")), XOBitmap(aGraphic) ) );
 				pTempSet->Put( XFillBmpStretchItem( TRUE ));
 				pTempSet->Put( XFillBmpTileItem( FALSE ));
 			}


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1475
retrieving revision 1.1476
diff -u -r1.1475 -r1.1476
--- openoffice.org.spec	23 Apr 2008 12:01:24 -0000	1.1475
+++ openoffice.org.spec	26 Apr 2008 14:32:57 -0000	1.1476
@@ -1,6 +1,6 @@
 %define oootag OOH680
 %define ooomilestone 12
-%define rh_rpm_release 7
+%define rh_rpm_release 8
 
 # undef to get english only and no-langpacks for a faster smoketest build
 %define langpacks 1
@@ -152,6 +152,7 @@
 Patch79: openoffice.org-3.0.0.ooo87991.fpickersafe.patch
 Patch80: openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch
 Patch81: openoffice.org-2.4.0.gccXXXXX.wizards.patch
+Patch82: openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1118,6 +1119,7 @@
 %patch79 -p1 -b .ooo87991.fpickersafe.patch
 %patch80 -p1 -b .ooo88033.svx.a11ycrash.patch
 %patch81 -p1 -b .gccXXXXX.wizards.patch
+%patch82 -p1 -b .ooo87071.sd.backgroundfix.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2904,6 +2906,9 @@
 
 
 %changelog
+* Sat Apr 26 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.8
+- add openoffice.org-2.4.0.ooo87071.sd.backgroundfix.patch
+
 * Wed Apr 23 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.7
 - Resolves: rhbz#443356 fontconfig gives different results for "canonical"
   font name vs localized font name




More information about the fedora-extras-commits mailing list