summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtpaint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtpaint.cxx')
-rw-r--r--sw/source/core/text/txtpaint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtpaint.cxx b/sw/source/core/text/txtpaint.cxx
index a872a1111c9b..c7328401e79b 100644
--- a/sw/source/core/text/txtpaint.cxx
+++ b/sw/source/core/text/txtpaint.cxx
@@ -91,7 +91,7 @@ void SwSaveClip::_ChgClip( const SwRect &rRect, const SwTxtFrm* pFrm,
pOut->SetClipRegion();
else
{
- const Region aClipRegion( aRect );
+ const vcl::Region aClipRegion( aRect );
pOut->SetClipRegion( aClipRegion );
}
#ifdef DBG_UTIL