summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftntx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtftntx.hxx')
-rw-r--r--sw/inc/fmtftntx.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index 30b9ff7640ca..c2bc8cf84efd 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -69,8 +69,8 @@ public:
SwFormatFootnoteEndAtTextEnd & operator=( const SwFormatFootnoteEndAtTextEnd & rAttr );
- SvxExtNumType GetNumType() const { return aFormat.GetNumberingType(); }
- void SetNumType( SvxExtNumType eType ) { aFormat.SetNumberingType(eType); }
+ SvxNumType GetNumType() const { return aFormat.GetNumberingType(); }
+ void SetNumType( SvxNumType eType ) { aFormat.SetNumberingType(eType); }
const SvxNumberType& GetSwNumType() const { return aFormat; }