summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 0b8daed91579..c81f6d1d5e8c 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -71,7 +71,8 @@ public:
XMLFamilyData_Impl( sal_Int32 nFamily ) :
pCache( 0 ),
mnFamily( nFamily ), mpParentList( NULL ),
- mpNameList( NULL ), mnCount( 0 ), mnName( 0 )
+ mpNameList( NULL ), mnCount( 0 ), mnName( 0 ),
+ bAsFamily( false )
{}
~XMLFamilyData_Impl();