summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r--sw/inc/txtftn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index 2d34daaabae6..daf1bb163bb0 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -27,7 +27,7 @@ class SwNodeIndex;
class SwTextNode;
class SwNodes;
class SwDoc;
-class SwFrm;
+class SwFrame;
class SW_DLLPUBLIC SwTextFootnote : public SwTextAttr
{
@@ -52,7 +52,7 @@ public:
void MakeNewTextSection( SwNodes& rNodes );
// Delete the FootnoteFrame from page.
- void DelFrms( const SwFrm* );
+ void DelFrames( const SwFrame* );
// Check conditional paragraph styles.
void CheckCondColl();