diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:02:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 15:02:49 +0000 |
commit | dbe957d88195b3dfa70e57f67d679c86b6b1e569 (patch) | |
tree | d73e5b9c12456395364672a03ef234a40a7430ef /sw/inc/numrule.hxx | |
parent | ca16b4350f68fd89337c91760ad3fd8e4b6310fe (diff) |
INTEGRATION: CWS swqcore05 (1.21.82); FILE MERGED
2005/02/09 17:27:43 dvo 1.21.82.2: #i26324# use nMySerial helpers for all non-product builds
2005/01/20 15:59:58 hbrinkm 1.21.82.1: #i26324# serial numbers for debug purposes
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index fcb9af4601bb..cac8f7b50d95 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -2,9 +2,9 @@ * * $RCSfile: numrule.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2004-11-27 11:39:41 $ + * last change: $Author: vg $ $Date: 2005-02-21 16:02:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -347,6 +347,11 @@ public: class SW_DLLPUBLIC SwNodeNum { +#ifndef PRODUCT + static long nSerial; + long nMySerial; +#endif + USHORT nLevelVal[ MAXLEVEL ]; // Nummern aller Levels USHORT nSetValue; // vorgegeben Nummer BYTE nMyLevel; // akt. Level |