diff options
author | Radek Doulik <rodo@novell.com> | 2011-11-25 16:12:42 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2011-11-28 10:23:51 +0100 |
commit | c08d55eccc1b2e26d8d0408d70654751e8672fa7 (patch) | |
tree | 6a1dccf17c80fed33a47fce65fc169acced4a5c4 /svx | |
parent | d169860411a7fea060079d8ca27797b10af44732 (diff) |
make sure the bOOXMLShape flag is initialized
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape2d.cxx | 1 |
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 ), |