summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 14:07:40 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 15:26:04 +0300
commitc6a24a5e74ed849b3255e276bfdaaf61a06f275a (patch)
tree456f3dafc9e507be4bfd73b554dd6bfe4b922926 /starmath
parent8eb0a79b94f7155e30b98efc5a88fba248639564 (diff)
WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
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();