Kaydet (Commit) 4fba97b3 authored tarafından Pavel Janík's avatar Pavel Janík

Initialize variable to prevent compiler warning.

üst ceba7a4b
......@@ -68,7 +68,7 @@ void SAL_CALL SimpleToolBoxController::statusChanged (const css::frame::FeatureS
nItemBits &= ~TIB_CHECKABLE;
TriState eState = STATE_NOCHECK;
sal_Bool bValue;
sal_Bool bValue = sal_False;
if (rEvent.State >>= bValue)
{
// 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