summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unofootnote.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unofootnote.hxx')
-rw-r--r--sw/source/core/inc/unofootnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/unofootnote.hxx b/sw/source/core/inc/unofootnote.hxx
index fdf9cf9f90cf..67eae2330250 100644
--- a/sw/source/core/inc/unofootnote.hxx
+++ b/sw/source/core/inc/unofootnote.hxx
@@ -33,7 +33,7 @@
class SwDoc;
class SwModify;
-class SwFmtFtn;
+class SwFormatFootnote;
typedef ::cppu::WeakImplHelper
< ::com::sun::star::lang::XUnoTunnel
@@ -66,13 +66,13 @@ protected:
virtual ~SwXFootnote();
- SwXFootnote(SwDoc & rDoc, SwFmtFtn & rFmt);
+ SwXFootnote(SwDoc & rDoc, SwFormatFootnote & rFormat);
SwXFootnote(const bool bEndnote);
public:
static css::uno::Reference<css::text::XFootnote>
- CreateXFootnote(SwDoc & rDoc, SwFmtFtn * pFootnoteFmt,
+ CreateXFootnote(SwDoc & rDoc, SwFormatFootnote * pFootnoteFormat,
bool isEndnote = false);
// XInterface