summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh5.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-11 16:09:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-11 16:09:06 +0000
commitff9fad57c5539761378c110e6630dfb05910db36 (patch)
tree7bbf451c8a6ee879a2c59ce0ebb12a4914261899 /sc/source/ui/view/tabvwsh5.cxx
parent9b0001fabfb154505821777fd321b92fdbc84361 (diff)
Resolves: fdo#34065 remove unused InsertBlockMark and PAINT_INVERT flag
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index 972cfe4416c6..ef6c70b92a88 100644
--- a/sc/source/ui/view/tabvwsh5.cxx
+++ b/sc/source/ui/view/tabvwsh5.cxx
@@ -175,9 +175,6 @@ void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
PaintLeftArea( pHint->GetStartRow(), pHint->GetEndRow() );
if (nParts & PAINT_TOP)
PaintTopArea( pHint->GetStartCol(), pHint->GetEndCol() );
- if (nParts & PAINT_INVERT)
- InvertBlockMark( pHint->GetStartCol(), pHint->GetStartRow(),
- pHint->GetEndCol(), pHint->GetEndRow() );
// #i84689# call UpdateAllOverlays here instead of in ScTabView::PaintArea
if (nParts & ( PAINT_LEFT | PAINT_TOP )) // only if widths or heights changed