diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-13 09:05:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-13 09:05:49 +0100 |
commit | 1e970284c069721dfa968bd262df4bcc516bc47f (patch) | |
tree | 41bf69f6a35d4cf9baa5460e4109f161badf8de4 /chart2 | |
parent | 7474a3e4f061cb7dd864dd74b0a835dc3a68642f (diff) |
loplugin:literaltoboolconversion
Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_SeriesToAxis.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx b/chart2/source/controller/dialogs/tp_SeriesToAxis.cxx index 68d1c78180a3..826eec3b08c8 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(); |