[Libreoffice-commits] core.git: svx/source

Michael Stahl mstahl at redhat.com
Thu Jan 30 08:08:57 PST 2014


 svx/source/sidebar/text/TextPropertyPanel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53351ad6179dbac6829cff91a6692dd5025d38d9
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jan 30 17:05:05 2014 +0100

    svx: fix presumed C++11ism
    
    Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b

diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx
index 1daedd6..c1a61f8 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.cxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.cxx
@@ -158,7 +158,7 @@ void TextPropertyPanel::HandleContextChange (
 
     maContext = aContext;
 
-    if (maContext.GetApplication_DI() == sfx2::sidebar::EnumContext::Application::Application_Calc)
+    if (maContext.GetApplication_DI() == sfx2::sidebar::EnumContext::Application_Calc)
         mpToolBoxIncDec->Hide();
     else
         mpToolBoxIncDec->Show();


More information about the Libreoffice-commits mailing list