summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh4.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-26 15:59:55 +0200
committerEike Rathke <erack@redhat.com>2016-07-13 10:54:24 +0000
commit6431f5554bd585935e7a9bc354609a4363a09509 (patch)
treefd94c26de337e9e7357daa404e6afc1cf16cd31f /sc/source/ui/view/tabvwsh4.cxx
parent7580d67eff34b626903163f26d6448f80a3edc45 (diff)
loplugin:singlevalfields in sc(part1)
Change-Id: I25760def2c12e4ca87843c2f3ce1a60b5a9b2e44 Reviewed-on: https://gerrit.libreoffice.org/26680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
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()