summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-07-09 12:53:53 +0200
committerDavid Tardon <dtardon@redhat.com>2013-07-10 06:41:33 +0200
commit2285177c03381079db93aa03195a9b828081e535 (patch)
tree1ddd3e22519d7891e629f595447e6f0f9c0b901f /xmloff
parentdon't use empty table name (diff)
downloadcore-2285177c03381079db93aa03195a9b828081e535.tar.gz
core-2285177c03381079db93aa03195a9b828081e535.zip
initialize member variable
Change-Id: I213f6534d88240be51d33a62995bf99292b32263
Diffstat (limited to 'xmloff')
-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();