summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrpaint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itrpaint.hxx')
-rw-r--r--sw/source/core/text/itrpaint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrpaint.hxx b/sw/source/core/text/itrpaint.hxx
index a47b90784eb7..b9d3f03e974b 100644
--- a/sw/source/core/text/itrpaint.hxx
+++ b/sw/source/core/text/itrpaint.hxx
@@ -32,7 +32,7 @@ class SwTextPainter : public SwTextCursor
long nAdjustBaseLine = 0 );
protected:
void CtorInitTextPainter( SwTextFrame *pFrame, SwTextPaintInfo *pInf );
- explicit SwTextPainter(SwTextNode* pTextNode)
+ explicit SwTextPainter(SwTextNode const * pTextNode)
: SwTextCursor(pTextNode)
, bPaintDrop(false)
{