From 34d554d442fd35baa717ec3b396b94d744a103d5 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 23 Feb 2001 11:45:30 +0000 Subject: Complete use of DefaultNumbering component --- sw/inc/fmtftntx.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw/inc/fmtftntx.hxx') 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; } -- cgit