summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh4.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh4.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 2af8395915a3..51837a3c443d 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -1666,7 +1666,6 @@ ScTabViewShell::ScTabViewShell( SfxViewFrame* pViewFrame,
bDontSwitch(false),
bInFormatDialog(false),
bReadOnly(false),
- bChartAreaValid(false),
bForceFocusOnCurCell(false),
nCurRefDlgId(0),
pAccessibilityBroadcaster(nullptr),
@@ -1815,7 +1814,7 @@ bool ScTabViewShell::GetChartArea( ScRangeListRef& rSource, Rectangle& rDest, SC
rSource = aChartSource;
rDest = aChartPos;
rTab = nChartDestTab;
- return bChartAreaValid;
+ return false;
}
ScNavigatorSettings* ScTabViewShell::GetNavigatorSettings()