summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2010-01-21 07:52:26 +0000
committerFrank Schönheit <fs@openoffice.org>2010-01-21 07:52:26 +0000
commit853497c4a7d7a481235569ab59b511f63e1051fa (patch)
tree808c473734e48772cfe70037889ff2ac8fe2213c /drawinglayer
parent3d62f771bcf77aaabb236b90474828577f324256 (diff)
reverting the fix for #i108325#, which caused #i108423#. Adding another, less invasive workaround. Still not the final solution, which is covered by issue 108357
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index 92420fb6da3a..bb7635913dce 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -373,12 +373,6 @@ namespace drawinglayer
aOrigin.X() + basegfx::fround(aTopLeftPixel.getX()),
aOrigin.Y() + basegfx::fround(aTopLeftPixel.getY()));
}
- else if( xControlWindow.is() )
- {
- Window* pWin = VCLUnoHelper::GetWindow( rXControl->getPeer() );
- if( pWin )
- pWin->Invalidate();
- }
// restore original graphics
xControlView->setGraphics(xOriginalGraphics);