From c6a24a5e74ed849b3255e276bfdaaf61a06f275a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 26 Oct 2011 14:07:40 +0300 Subject: [PATCH] WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation --- starmath/source/view.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index ffd5413eced8..0dec05a7bf38 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -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();