WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

This commit is contained in:
Tor Lillqvist
2011-10-26 14:07:40 +03:00
parent 8eb0a79b94
commit c6a24a5e74

View File

@@ -826,7 +826,7 @@ void SmCmdBoxWindow::StateChanged( StateChangedType nStateChange )
Resize(); // avoid SmEditWindow not being painted correctly
// set initial position of window in floating mode
if (true == IsFloatingMode())
if (IsFloatingMode())
AdjustPosition(); //! don't change pos in docking-mode !
aInitialFocusTimer.Start();