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
commit5d37f1f6a17b2ecd8dd32b78df74fdefade5d4c1 (patch)
tree5231353c84944ed47dab28b8dc7e0f09c046902f /drawinglayer
parentb9f2f0186c845d054363a82cce24717b3a5acb6f (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 2da1645c66..64eb630165 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);