summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:33:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:33:35 +0000
commit85d7cf1726b5d5f66c7c01ae67e655155ac65459 (patch)
tree690f80334ec1338781d2498bbb70f5f33f0a4f02 /xmloff/source/style/impastpl.hxx
parent9bc962d396d3e0c6efb8013fa527096da1127a6d (diff)
INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED
2005/11/03 17:47:04 cl 1.10.34.1: warning free code changes for unxlngi6
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 621194515e69..cd22509be6e9 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impastpl.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:43:31 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:33:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,9 +104,10 @@ public:
const ::rtl::OUString& rStrPrefix, sal_Bool bAsFamily = sal_True );
XMLFamilyData_Impl( sal_Int32 nFamily ) :
+ pCache( 0 ),
mnFamily( nFamily ), mpParentList( NULL ),
- mpNameList( NULL ), mnCount( 0 ), mnName( 0 ),
- pCache( 0 )
+ mpNameList( NULL ), mnCount( 0 ), mnName( 0 )
+
{}
~XMLFamilyData_Impl();