summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/linenum.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/linenum.hxx
parent2dfa3f0f6307e40ccf8f6ea82b89ee5d78f755a3 (diff)
extended numbering types available
Diffstat (limited to 'sw/source/ui/inc/linenum.hxx')
-rw-r--r--sw/source/ui/inc/linenum.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/inc/linenum.hxx b/sw/source/ui/inc/linenum.hxx
index 8e7a40897d41..d218f5fd26ac 100644
--- a/sw/source/ui/inc/linenum.hxx
+++ b/sw/source/ui/inc/linenum.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linenum.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $
+ * 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
@@ -80,6 +80,9 @@
#ifndef _SV_FIELD_HXX //autogen
#include <vcl/field.hxx>
#endif
+#ifndef _NUMBERINGTYPELISTBOX_HXX
+#include <numberingtypelistbox.hxx>
+#endif
#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
@@ -117,7 +120,7 @@ class SwLineNumberingPage : public SfxTabPage
FixedText aCharStyleFT;
ListBox aCharStyleLB;
FixedText aFormatFT;
- ListBox aFormatLB;
+ SwNumberingTypeListBox aFormatLB;
FixedText aPosFT;
ListBox aPosLB;
FixedText aOffsetFT;