rpms/openoffice.org/devel workspace.vcl108.patch,1.1,1.2

Caolan McNamara caolanm at fedoraproject.org
Tue Dec 1 20:19:22 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21474

Modified Files:
	workspace.vcl108.patch 
Log Message:
add some un-initialized variables fixes

workspace.vcl108.patch:
 source/gdi/pdfwriter_impl.hxx       |    3 +
 unx/source/dtrans/X11_selection.cxx |   92 ++++++++++++++++++++++++++++++++----
 unx/source/dtrans/X11_selection.hxx |   18 ++++++-
 util/makefile.mk                    |    1 
 4 files changed, 102 insertions(+), 12 deletions(-)

Index: workspace.vcl108.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/workspace.vcl108.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- workspace.vcl108.patch	27 Nov 2009 13:10:04 -0000	1.1
+++ workspace.vcl108.patch	1 Dec 2009 20:19:22 -0000	1.2
@@ -212,3 +212,30 @@ diff -ru vcl/util/makefile.mk vcl/util/m
              $(CPPUHELPERLIB) \
              $(CPPULIB) \
              $(SALLIB)
+diff -ru vcl/source/gdi/pdfwriter_impl.hxx vcl/source/gdi/pdfwriter_impl.hxx
+--- vcl/source/gdi/pdfwriter_impl.hxx	2009-12-01 15:26:48.000000000 +0000
++++ vcl/source/gdi/pdfwriter_impl.hxx	2009-12-01 15:30:18.000000000 +0000
+@@ -679,6 +679,7 @@
+                 m_aOverlineColor( COL_TRANSPARENT ),
+                 m_nAntiAlias( 1 ),
+                 m_nLayoutMode( 0 ),
++                m_aDigitLanguage( 0 ),
+                 m_nTransparentPercent( 0 ),
+                 m_nFlags( 0xffff ),
+                 m_nUpdateFlags( 0xffff )
+@@ -693,6 +694,7 @@
+                 m_aClipRegion( rState.m_aClipRegion ),
+                 m_nAntiAlias( rState.m_nAntiAlias ),
+                 m_nLayoutMode( rState.m_nLayoutMode ),
++                m_aDigitLanguage( rState.m_aDigitLanguage ),
+                 m_nTransparentPercent( rState.m_nTransparentPercent ),
+                 m_nFlags( rState.m_nFlags ),
+                 m_nUpdateFlags( rState.m_nUpdateFlags )
+@@ -710,6 +712,7 @@
+             m_aClipRegion			= rState.m_aClipRegion;
+             m_nAntiAlias			= rState.m_nAntiAlias;
+             m_nLayoutMode			= rState.m_nLayoutMode;
++            m_aDigitLanguage        = rState.m_aDigitLanguage;
+             m_nTransparentPercent	= rState.m_nTransparentPercent;
+             m_nFlags				= rState.m_nFlags;
+             m_nUpdateFlags          = rState.m_nUpdateFlags;




More information about the fedora-extras-commits mailing list