rpms/openoffice.org/devel openoffice.org-2.2.1.ooo79878.vcl.honourwidthtype.patch, NONE, 1.1 openoffice.org.spec, 1.1228, 1.1229

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jul 24 12:26:15 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.2.1.ooo79878.vcl.honourwidthtype.patch 
Log Message:
Resolves: rhbz#249196 propogate font width types up from the font ooo#79878

openoffice.org-2.2.1.ooo79878.vcl.honourwidthtype.patch:

--- NEW FILE openoffice.org-2.2.1.ooo79878.vcl.honourwidthtype.patch ---
Index: source/gdi/outdev3.cxx
===================================================================
RCS file: /cvs/gsl/vcl/source/gdi/outdev3.cxx,v
retrieving revision 1.229
diff -u -r1.229 outdev3.cxx
--- openoffice.org.orig/vcl/source/gdi/outdev3.cxx	3 Jul 2007 14:05:45 -0000	1.229
+++ openoffice.org/vcl/source/gdi/outdev3.cxx	24 Jul 2007 12:18:54 -0000
@@ -7155,6 +7155,7 @@
         aFontInfo.SetPitch( rData.mePitch );
         aFontInfo.SetWeight( rData.meWeight );
         aFontInfo.SetItalic( rData.meItalic );
+        aFontInfo.SetWidthType( rData.meWidthType );
         if( rData.IsScalable() )
             aFontInfo.mpImplMetric->mnMiscFlags |= ImplFontMetric::SCALABLE_FLAG;
         if( rData.mbDevice )


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1228
retrieving revision 1.1229
diff -u -r1.1228 -r1.1229
--- openoffice.org.spec	24 Jul 2007 09:27:59 -0000	1.1228
+++ openoffice.org.spec	24 Jul 2007 12:25:43 -0000	1.1229
@@ -150,6 +150,7 @@
 Patch85: openoffice.org-2.2.1.oooXXXXX.sw.titlepagedialog.patch
 Patch86: openoffice.org-2.2.1.ooo79481.sw.rowordcount.patch
 Patch87: openoffice.org.ooo79953.dbusinhibitscreensaver.patch
+Patch88: openoffice.org-2.2.1.ooo79878.vcl.honourwidthtype.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1092,6 +1093,7 @@
 %patch85 -p1 -b .oooXXXXX.sw.titlepagedialog.patch
 %patch86 -p1 -b .ooo79481.sw.rowordcount.patch
 %patch87 -p1 -b .ooo79953.dbusinhibitscreensaver.patch
+%patch88 -p1 -b .ooo79878.vcl.honourwidthtype.patch
 
 cp %{SOURCE1} extras/source/database/evolocal.odb
 
@@ -2692,6 +2694,7 @@
 %changelog
 * Tue Jul 24 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.2.1-18.7
 - Resolves: ooo#79953 inhibit screensaver during presentations
+- Resolves: rhbz#249196 propogate font width types up from the font ooo#79878
 
 * Thu Jul 19 2007 Caolan McNamara <caolanm at redhat.com> - 1:2.2.1-18.6
 - FC-8 Test 1 Candidate




More information about the scm-commits mailing list