Kaydet (Commit) 98745471 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: Ice9f38b615b325bce6c15fefe9fbb3f528d36b1e
üst 7d0db7f0
......@@ -112,7 +112,7 @@ void SAL_CALL TagWindowAsModified::modified(const css::lang::EventObject& aEvent
if (bModified)
pWindow->SetExtendedStyle(WB_EXT_DOCMODIFIED);
else
pWindow->SetExtendedStyle( ! WB_EXT_DOCMODIFIED);
pWindow->SetExtendedStyle(0);
// <- SYNCHRONIZED
}
......
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