rpms/openoffice.org/F-12 workspace.mba33issues01.patch, NONE, 1.1 openoffice.org.spec, 1.2089, 1.2090

Caolan McNamara caolanm at fedoraproject.org
Tue May 25 15:15:53 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22654

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.mba33issues01.patch 
Log Message:
Resolves: rhbz#595718 workspace.mba33issues01.patch

workspace.mba33issues01.patch:
 postit.cxx |    6 ------
 1 file changed, 6 deletions(-)

--- NEW FILE workspace.mba33issues01.patch ---
diff -r 03068afc23c6 sw/source/ui/docvw/postit.cxx
--- a/sw/source/ui/docvw/postit.cxx	Sun Apr 25 15:43:24 2010 +0100
+++ b/sw/source/ui/docvw/postit.cxx	Wed Apr 28 11:31:24 2010 +0100
@@ -730,12 +730,6 @@
 	mpOutliner->SetUpdateMode( TRUE );
 	Rescale();
 
-	OutputDevice* pDev = aShell->GetDoc()->getReferenceDevice(TRUE);
-	if ( pDev )
-	{
-		mpOutliner->SetRefDevice( pDev );
-	}
-
 	mpOutlinerView = new OutlinerView ( mpOutliner, mpPostItTxt );
 	mpOutlinerView->SetBackgroundColor(COL_TRANSPARENT);
 	mpOutliner->InsertView(mpOutlinerView );


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/openoffice.org.spec,v
retrieving revision 1.2089
retrieving revision 1.2090
diff -u -p -r1.2089 -r1.2090
--- openoffice.org.spec	19 May 2010 08:38:07 -0000	1.2089
+++ openoffice.org.spec	25 May 2010 15:15:51 -0000	1.2090
@@ -1,6 +1,6 @@
 %define oootag OOO310
 %define ooomilestone 19
-%define rh_rpm_release 31
+%define rh_rpm_release 32
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -208,6 +208,7 @@ Patch129: workspace.os127.patch
 Patch130: workspace.hb32bugs02.patch
 Patch131: openoffice.org-3.1.1.oooXXXXX.sw.ww8exportcrash.patch
 Patch132: openoffice.org-3.3.0.ooo111699.svx.nullfield.patch
+Patch133: workspace.mba33issues01.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1809,6 +1810,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch130 -p0 -b .workspace.hb32bugs02.patch
 %patch131 -p0 -b .oooXXXXX.sw.ww8exportcrash.patch
 %patch132 -p0 -b .ooo111699.svx.nullfield.patch
+%patch133 -p2 -b .workspace.mba33issues01.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4354,6 +4356,9 @@ fi
     unopkg list --shared > /dev/null 2>&1 || :
 
 %changelog
+* Tue May 25 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.32
+- Resolves: rhbz#595718 workspace.mba33issues01.patch
+
 * Wed May 19 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.31
 - Resolves: rhbz#593561 openoffice.org-3.3.0.ooo111699.svx.nullfield.patch
 



More information about the scm-commits mailing list