diff options
author | Thomas Lange <tl@openoffice.org> | 2002-01-21 10:16:11 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-01-21 10:16:11 +0000 |
commit | 12bfdeba297804bd5727941568f66c46e3d455ec (patch) | |
tree | 79cf46aebdc3f0a042cbaf0d3a8651be556e3a91 /starmath/inc/toolbox.hxx | |
parent | e6dd83242913dae61defa99122429729de904c56 (diff) |
#96352# assertion fixed by removing the ShowWindows functions and calling Show in the constructor of SmEditWindow.
Diffstat (limited to 'starmath/inc/toolbox.hxx')
-rw-r--r-- | starmath/inc/toolbox.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 6a79ac58f9..5ce3b33ec7 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toolbox.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:57:25 $ + * last change: $Author: tl $ $Date: 2002-01-21 11:16:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,6 @@ public: void AdjustPosition(const Point &rPoint); void SetCategory(USHORT nCategory); - void ShowWindows(); }; /**************************************************************************/ |