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

Stephan Bergmann sbergman at redhat.com
Fri Feb 13 00:06:47 PST 2015


 chart2/source/controller/dialogs/tp_SeriesToAxis.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e970284c069721dfa968bd262df4bcc516bc47f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 13 09:05:49 2015 +0100

    loplugin:literaltoboolconversion
    
    Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245

diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
index 68d1c78..826eec3 100644
--- a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
+++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
@@ -218,7 +218,7 @@ void SchOptionTabPage::Reset(const SfxItemSet* rInAttrs)
         // are visible. If they aren't, we can
         // as well hide the whole frame
         if(!m_pGridPlotOptions->IsVisible())
-            m_pGrpPlotOptions->Show(sal_False);
+            m_pGrpPlotOptions->Show(false);
     }
 
     AdaptControlPositionsAndVisibility();


More information about the Libreoffice-commits mailing list