summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftntx.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-23 11:45:30 +0000
committerOliver Specht <os@openoffice.org>2001-02-23 11:45:30 +0000
commit34d554d442fd35baa717ec3b396b94d744a103d5 (patch)
tree1f3b1f06ee54f0b64f7cecad2d9738e34774f3d4 /sw/inc/fmtftntx.hxx
parent02255839a51a09caf853c1e6495f01c0e528d4f0 (diff)
Complete use of DefaultNumbering component
Diffstat (limited to 'sw/inc/fmtftntx.hxx')
-rw-r--r--sw/inc/fmtftntx.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index 4547809ab7e7..62ec1c8886de 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtftntx.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: os $ $Date: 2001-02-23 12:45:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ class SwFmtFtnEndAtTxtEnd : public SfxEnumItem
{
String sPrefix;
String sSuffix;
- SwNumType aFmt;
+ SvxNumberType aFmt;
USHORT nOffset;
protected:
@@ -129,10 +129,10 @@ public:
SwFmtFtnEndAtTxtEnd & operator=( const SwFmtFtnEndAtTxtEnd & rAttr );
- SvxExtNumType GetNumType() const { return aFmt.eType; }
- void SetNumType( SvxExtNumType eType ) { aFmt.eType = eType; }
+ sal_Int16 GetNumType() const { return aFmt.GetNumberingType(); }
+ void SetNumType( sal_Int16 eType ) { aFmt.SetNumberingType(eType); }
- const SwNumType& GetSwNumType() const { return aFmt; }
+ const SvxNumberType& GetSwNumType() const { return aFmt; }
USHORT GetOffset() const { return nOffset; }
void SetOffset( USHORT nOff ) { nOffset = nOff; }