summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorThomas Benisch [tbe] <thomas.benisch@oracle.com>2011-02-16 20:17:57 +0100
committerThomas Benisch [tbe] <thomas.benisch@oracle.com>2011-02-16 20:17:57 +0100
commit2ec7d4b6d71c6689a32098894ae4ef1bfd637635 (patch)
treea9118eca260a73ca0362b9886388de63499d4e10 /sc/source/ui
parentb536656082077f58e14e1f730cb075471124d666 (diff)
chart53: #i116486# Activated Chart has wrong position in RTL if Navigator is docked
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index c6d9b004b9ba..0a92c327dbd3 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -179,6 +179,8 @@ BOOL ScTabViewShell::ActivateObject( SdrOle2Obj* pObj, long nVerb )
bErrorShown = TRUE;
// SfxViewShell::DoVerb zeigt seine Fehlermeldungen selber an
+ SetNewVisArea();
+
// attach listener to selection changes in chart that affect cell
// ranges, so those can be highlighted
// note: do that after DoVerb, so that the chart controller exists