[Libreoffice-commits] .: vcl/source
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Jul 15 07:09:12 PDT 2011
vcl/source/gdi/gdimtf.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0a9320128a2b7e1c12ffeb7eb074ec0d5ff8397d
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Jul 15 16:00:21 2011 +0200
fix uninitialized member
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx
index fdc5df7..038b594 100644
--- a/vcl/source/gdi/gdimtf.cxx
+++ b/vcl/source/gdi/gdimtf.cxx
@@ -254,6 +254,7 @@ size_t ImpLabelList::ImplGetLabelPos( const String& rLabelName )
// ---------------
GDIMetaFile::GDIMetaFile() :
+ nCurrentActionElement( 0 ),
aPrefSize ( 1, 1 ),
pPrev ( NULL ),
pNext ( NULL ),
More information about the Libreoffice-commits
mailing list