diff options
author | Thomas Lange <tl@openoffice.org> | 2002-08-30 11:51:30 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-08-30 11:51:30 +0000 |
commit | 0e2d60674f1df29f5a311b1904deac345109ae4a (patch) | |
tree | 42fce2da57b8683694acdafd9a57b697b4099059 /starmath/source/toolbox.cxx | |
parent | 03c7ce724fecd341167bb56ab7f20bc2331a84ce (diff) |
#99082# StateChanged fixed (base class always called)
Diffstat (limited to 'starmath/source/toolbox.cxx')
-rw-r--r-- | starmath/source/toolbox.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/starmath/source/toolbox.cxx b/starmath/source/toolbox.cxx index 5222168e67..a0fe563858 100644 --- a/starmath/source/toolbox.cxx +++ b/starmath/source/toolbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: toolbox.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tl $ $Date: 2002-05-24 07:32:37 $ + * last change: $Author: tl $ $Date: 2002-08-30 12:51:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -173,8 +173,7 @@ void SmToolBoxWindow::StateChanged( StateChangedType nStateChange ) { if (STATE_CHANGE_INITSHOW == nStateChange) AdjustPosition( Point() ); - else - SfxFloatingWindow::StateChanged( nStateChange ); + SfxFloatingWindow::StateChanged( nStateChange ); } |