summaryrefslogtreecommitdiffstats
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-11-25 16:12:42 +0100
committerRadek Doulik <rodo@novell.com>2011-11-28 10:23:51 +0100
commitc08d55eccc1b2e26d8d0408d70654751e8672fa7 (patch)
tree6a1dccf17c80fed33a47fce65fc169acced4a5c4 /svx/source/customshapes
parentmore debug info for emf+ rendering - path (diff)
downloadcore-c08d55eccc1b2e26d8d0408d70654751e8672fa7.tar.gz
core-c08d55eccc1b2e26d8d0408d70654751e8672fa7.zip
make sure the bOOXMLShape flag is initialized
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index 8e25997d4708..12fb3e4bc438 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -694,6 +694,7 @@ EnhancedCustomShape2d::EnhancedCustomShape2d( SdrObject* pAObj ) :
nCoordTop ( 0 ),
nCoordWidth ( 21600 ),
nCoordHeight ( 21600 ),
+ bOOXMLShape ( sal_False ),
nXRef ( 0x80000000 ),
nYRef ( 0x80000000 ),
nFlags ( 0 ),