summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itratr.hxx')
-rw-r--r--sw/source/core/text/itratr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index fa6136cf2747..4687039b3e54 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -32,7 +32,7 @@ class SwAttrSet;
class SwTextNode;
class SwRedlineItr;
class SwViewShell;
-class SwTextFrm;
+class SwTextFrame;
class SwAttrIter
{
@@ -64,7 +64,7 @@ private:
protected:
void Chg( SwTextAttr *pHt );
void Rst( SwTextAttr *pHt );
- void CtorInitAttrIter( SwTextNode& rTextNode, SwScriptInfo& rScrInf, SwTextFrm* pFrm = nullptr );
+ void CtorInitAttrIter( SwTextNode& rTextNode, SwScriptInfo& rScrInf, SwTextFrame* pFrame = nullptr );
explicit SwAttrIter(SwTextNode* pTextNode)
: pShell(nullptr)
, pFnt(nullptr)