summaryrefslogtreecommitdiffstats
path: root/svx/source
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-11-14 10:29:57 +0000
committerStephan Bergmann <sbergman@redhat.com>2012-11-19 14:52:57 +0100
commitae31ccfb1727f50cdfa3259146b0e864c81a9d27 (patch)
treed8b8955dd19cbfcb26f1b312758bdbec43f2a242 /svx/source
parentfix mingw build (diff)
downloadcore-ae31ccfb1727f50cdfa3259146b0e864c81a9d27.tar.gz
core-ae31ccfb1727f50cdfa3259146b0e864c81a9d27.zip
fix wae ( bVisible not used )
Change-Id: I61570274857f4c2b4e1be56321a673496a685b82 (cherry picked from commit 52ecc7125d546a85cdf91f209015a0a102242a7c) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/verttexttbxctrl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx
index d6f6da2d8d43..90cc1667687f 100644
--- a/svx/source/tbxctrls/verttexttbxctrl.cxx
+++ b/svx/source/tbxctrls/verttexttbxctrl.cxx
@@ -71,7 +71,6 @@ void SvxVertCTLTextTbxCtrl::StateChanged(
{
SvtLanguageOptions aLangOptions;
sal_Bool bCalc = sal_False;
- sal_Bool bVisible = GetToolBox().IsItemVisible(GetId());
sal_Bool bEnabled = sal_False;
if ( nSID == SID_VERTICALTEXT_STATE )
bEnabled = aLangOptions.IsVerticalTextEnabled();