[Libreoffice-commits] .: Branch 'libreoffice-3-6' - svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 19 05:54:27 PST 2012


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

New commits:
commit ae31ccfb1727f50cdfa3259146b0e864c81a9d27
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
    (cherry picked from commit 52ecc7125d546a85cdf91f209015a0a102242a7c)
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

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