Kaydet (Commit) 53351ad6 authored tarafından Michael Stahl's avatar Michael Stahl

svx: fix presumed C++11ism

Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b
üst d1bc27c2
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment