summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index 874e6c0c42a3..9772bd7ca215 100644
--- a/sc/source/ui/view/tabvwsh5.cxx
+++ b/sc/source/ui/view/tabvwsh5.cxx
@@ -82,7 +82,7 @@ void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
break;
case SC_HINT_DRWLAYER_NEW:
- MakeDrawView();
+ MakeDrawView(TRISTATE_INDET);
break;
case SC_HINT_DOC_SAVED:
@@ -120,7 +120,7 @@ void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
break;
case SC_HINT_SHOWRANGEFINDER:
- PaintRangeFinder();
+ PaintRangeFinder(-1);
break;
case SC_HINT_FORCESETTAB: