summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/outline.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 14:28:14 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 14:28:14 +0000
commit0b83e56613ca921a8f2d02b7da7176e6e7248356 (patch)
treefde85902476221dd503e2420d33b598f74f93303 /sw/source/ui/inc/outline.hxx
parent97c6f05df44d23694aa9d42504fe93318cf5ac60 (diff)
INTEGRATION: CWS os52 (1.4.1068); FILE MERGED
2005/02/01 11:13:26 os 1.4.1068.1: #i41387# outline dialog: store current numbering level at runtime
Diffstat (limited to 'sw/source/ui/inc/outline.hxx')
-rw-r--r--sw/source/ui/inc/outline.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/source/ui/inc/outline.hxx b/sw/source/ui/inc/outline.hxx
index cde94b2a7e53..026f25625a04 100644
--- a/sw/source/ui/inc/outline.hxx
+++ b/sw/source/ui/inc/outline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outline.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2002-11-07 14:42:42 $
+ * last change: $Author: kz $ $Date: 2005-03-01 15:28:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,8 @@ class SwChapterNumRules;
* --------------------------------------------------*/
class SwOutlineTabDialog : public SfxTabDialog
{
+ static USHORT nNumLevel;
+
String aNullStr;
String aCollNames[MAXLEVEL];
PopupMenu aFormMenu;
@@ -121,7 +123,6 @@ class SwOutlineTabDialog : public SfxTabDialog
SwNumRule* pNumRule;
SwChapterNumRules* pChapterNumRules;
- USHORT nNumLevel;
BOOL bModified : 1;
protected:
@@ -141,8 +142,9 @@ class SwOutlineTabDialog : public SfxTabDialog
SwNumRule* GetNumRule() {return pNumRule;}
USHORT GetLevel(const String &rFmtName) const;
String* GetCollNames() {return aCollNames;}
- USHORT GetActNumLevel() {return nNumLevel;}
- void SetActNumLevel(USHORT nSet) {nNumLevel = nSet;}
+
+ static USHORT GetActNumLevel() {return nNumLevel;}
+ static void SetActNumLevel(USHORT nSet) {nNumLevel = nSet;}
};
/* -----------------07.07.98 13:47-------------------
*