[Libreoffice-commits] core.git: writerfilter/source

Julien Nabet serval2412 at yahoo.fr
Sun Apr 7 12:51:49 PDT 2013


 writerfilter/source/dmapper/GraphicImport.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 717553f9cd5ee6a0e4385f963b0fd9ba5c566ec8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Apr 7 21:49:31 2013 +0200

    Fix variables not initialized
    
    Change-Id: Ib741c7144bfa48f8071c2b86478c111dbf09b14e

diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index d5a509f..895e814 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -290,6 +290,11 @@ public:
         ,nRightMargin(319)
         ,nTopMargin(0)
         ,nBottomMargin(0)
+        ,bShadow(false)
+        ,nShadowXDistance(0)
+        ,nShadowYDistance(0)
+        ,nShadowColor(0)
+        ,nShadowTransparence(0)
         ,nContrast(0)
         ,nBrightness(0)
         ,fGamma( -1.0 )


More information about the Libreoffice-commits mailing list