summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtpaint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtpaint.hxx')
-rw-r--r--sw/source/core/text/txtpaint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtpaint.hxx b/sw/source/core/text/txtpaint.hxx
index 607d6c5cf3a1..ce4357fdeb03 100644
--- a/sw/source/core/text/txtpaint.hxx
+++ b/sw/source/core/text/txtpaint.hxx
@@ -30,12 +30,12 @@ class SwSaveClip
bool bChg;
protected:
VclPtr<OutputDevice> pOut;
- void _ChgClip( const SwRect &rRect, const SwTxtFrm* pFrm,
+ void _ChgClip( const SwRect &rRect, const SwTextFrm* pFrm,
bool bEnlargeRect );
public:
inline SwSaveClip( OutputDevice* pOut );
inline ~SwSaveClip();
- inline void ChgClip( const SwRect &rRect, const SwTxtFrm* pFrm = 0,
+ inline void ChgClip( const SwRect &rRect, const SwTextFrm* pFrm = 0,
bool bEnlargeRect = false)
{ if( pOut ) _ChgClip( rRect, pFrm, bEnlargeRect ); }
void Reset();