Kaydet (Commit) 16ed9f96 authored tarafından Pavel Janík's avatar Pavel Janík Kaydeden (comit) Michael Meeks

Initialize variable to prevent compiler warning

(cherry picked from commit 4fba97b3)

Change-Id: I470036762114017a971a35aba2c7f0f41f482fa8
üst 1571b476
...@@ -62,7 +62,7 @@ void SAL_CALL SimpleToolBoxController::statusChanged (const css::frame::FeatureS ...@@ -62,7 +62,7 @@ void SAL_CALL SimpleToolBoxController::statusChanged (const css::frame::FeatureS
nItemBits &= ~TIB_CHECKABLE; nItemBits &= ~TIB_CHECKABLE;
TriState eState = STATE_NOCHECK; TriState eState = STATE_NOCHECK;
sal_Bool bValue; sal_Bool bValue = sal_False;
if (rEvent.State >>= bValue) if (rEvent.State >>= bValue)
{ {
// Boolean, treat it as checked/unchecked // Boolean, treat it as checked/unchecked
......
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