[Libreoffice-commits] .: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 02:30:42 PST 2012


 svx/source/tbxctrls/verttexttbxctrl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 52ecc7125d546a85cdf91f209015a0a102242a7c
Author: Noel Power <noel.power at suse.com>
Date:   Wed Nov 14 10:29:57 2012 +0000

    fix wae ( bVisible not used )
    
    Change-Id: I61570274857f4c2b4e1be56321a673496a685b82

diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx
index d6f6da2..90cc166 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();


More information about the Libreoffice-commits mailing list