summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldmgr.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/fldmgr.hxx
parent2dfa3f0f6307e40ccf8f6ea82b89ee5d78f755a3 (diff)
extended numbering types available
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx19
1 files changed, 12 insertions, 7 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index a9794130d051..2d379b09ea6e 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldmgr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-02-21 12:27:36 $
+ * 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
@@ -75,9 +75,14 @@
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
#include <com/sun/star/uno/Reference.h>
#endif
-namespace com{namespace sun{namespace star{namespace container{
- class XNameAccess;
-}}}}
+namespace com{namespace sun{namespace star{
+ namespace container{
+ class XNameAccess;
+ }
+ namespace text{
+ class XNumberingTypeInfo;
+ }
+}}}
class SwWrtShell;
class SwField;
@@ -140,9 +145,9 @@ private:
USHORT GetCurrLanguage() const;
com::sun::star::uno::Reference<com::sun::star::container::XNameAccess> xDBContext;
-
com::sun::star::uno::Reference<com::sun::star::container::XNameAccess> GetDBContext();
-
+ com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> xNumberingInfo;
+ com::sun::star::uno::Reference<com::sun::star::text::XNumberingTypeInfo> GetNumberingInfo()const;
public:
SwFldMgr(SwWrtShell* pSh = 0);
~SwFldMgr();