summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/outline.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-02 13:10:47 +0000
committerOliver Specht <os@openoffice.org>2001-03-02 13:10:47 +0000
commit85d1a68b1143abadca05a25226546dee5ed18d1a (patch)
tree45371f464d32d40132f7547f7d873ed670aa0e3a /sw/source/ui/inc/outline.hxx
parent2dfa3f0f6307e40ccf8f6ea82b89ee5d78f755a3 (diff)
extended numbering types available
Diffstat (limited to 'sw/source/ui/inc/outline.hxx')
-rw-r--r--sw/source/ui/inc/outline.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/ui/inc/outline.hxx b/sw/source/ui/inc/outline.hxx
index 8205e1642270..241ef914d561 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.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: os $ $Date: 2001-03-02 14:08:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,9 @@
#ifndef _NUMPREVW_HXX
#include <numprevw.hxx>
#endif
+#ifndef _NUMBERINGTYPELISTBOX_HXX
+#include <numberingtypelistbox.hxx>
+#endif
class SwWrtShell;
class SwTxtFmtColl;
@@ -156,7 +159,7 @@ class SwOutlineSettingsTabPage : public SfxTabPage
FixedText aCollLbl;
ListBox aCollBox;
FixedText aNumberLbl;
- ListBox aNumberBox;
+ SwNumberingTypeListBox aNumberBox;
FixedText aCharFmtFT;
ListBox aCharFmtLB;
FixedText aAllLevelFT;
@@ -183,7 +186,7 @@ class SwOutlineSettingsTabPage : public SfxTabPage
DECL_LINK( ToggleComplete, NumericField * );
DECL_LINK( CollSelect, ListBox * );
DECL_LINK( CollSelectGetFocus, ListBox * );
- DECL_LINK( NumberSelect, ListBox * );
+ DECL_LINK( NumberSelect, SwNumberingTypeListBox * );
DECL_LINK( DelimModify, Edit * );
DECL_LINK( StartModified, NumericField * );
DECL_LINK( CharFmtHdl, ListBox * );