summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 2e8c9152fd24..d684e9facc71 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -29,7 +29,7 @@
class _SetGetExpFields;
class SwTextField;
-class SwFrm;
+class SwFrame;
class OutlinerParaObject;
class SwTextAPIObject;
class SwFormatField;
@@ -273,7 +273,7 @@ public:
SwDocStatField( SwDocStatFieldType*,
sal_uInt16 nSubType = 0, sal_uInt32 nFormat = 0);
- void ChangeExpansion( const SwFrm* pFrm );
+ void ChangeExpansion( const SwFrame* pFrame );
virtual OUString Expand() const override;
virtual SwField* Copy() const override;
@@ -619,7 +619,7 @@ public:
void SetText( const OUString& rText ) { sText = rText; }
- void ChangeExpansion( const SwFrm* pFrm, const SwTextField* pField );
+ void ChangeExpansion( const SwFrame* pFrame, const SwTextField* pField );
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhich ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override;
};