diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index c9fe64023453..7b9c9cea6b59 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -1296,7 +1296,6 @@ namespace vclcanvas OutputDevice& rOutDev( mpOutDev->getOutDev() ); - rOutDev.SetClipRegion(vcl::Region(true)); setupOutDevState( viewState, renderState, TEXT_COLOR ); CanvasFont* pFont = dynamic_cast< CanvasFont* >( xFont.get() ); |