summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-01-30 17:05:05 +0100
committerMichael Stahl <mstahl@redhat.com>2014-01-30 17:05:40 +0100
commit53351ad6179dbac6829cff91a6692dd5025d38d9 (patch)
tree2a9d1505fdb308ab1cfd7328f25cfd644a908c47
parentd1bc27c2aa49b3ed3526a27c4713c708ca6401f4 (diff)
svx: fix presumed C++11ism
Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b
-rw-r--r--svx/source/sidebar/text/TextPropertyPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx
index 1daedd622a2c..c1a61f8ec16f 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();