summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-18 12:33:42 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-18 12:33:42 +0000
commitce5f4018cff68fc6b72812ff7c7ffafc24fa2ff3 (patch)
treea2ce74801e9411b708eae5608e9993110bb41d65 /sw/inc/numrule.hxx
parent97b5290dd3dfe0728a60d575954a3b2a4eaffe4d (diff)
INTEGRATION: CWS swnum03 (1.23.214); FILE MERGED
2005/07/05 08:42:55 hbrinkm 1.23.214.1: #i51566# instance counter and serial number for SwNumRule
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 0f1b93778db4..bfb506a1da8e 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: vg $ $Date: 2005-02-22 10:02:30 $
+ * last change: $Author: obo $ $Date: 2005-07-18 13:33:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,6 +166,11 @@ class SW_DLLPUBLIC SwNumRule
{
friend void _FinitCore();
+#ifndef PRODUCT
+ long int nSerial;
+ static long int nInstances;
+#endif
+
static SwNumFmt* aBaseFmts [ RULE_END ][ MAXLEVEL ];
static USHORT aDefNumIndents[ MAXLEVEL ];
static USHORT nRefCount;