diff options
author | Frank Schönheit <fs@openoffice.org> | 2010-01-21 07:52:26 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2010-01-21 07:52:26 +0000 |
commit | 853497c4a7d7a481235569ab59b511f63e1051fa (patch) | |
tree | 808c473734e48772cfe70037889ff2ac8fe2213c /drawinglayer/source | |
parent | 3d62f771bcf77aaabb236b90474828577f324256 (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/source')
-rw-r--r-- | drawinglayer/source/processor2d/vclpixelprocessor2d.cxx | 6 |
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); |