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 | 2111a40668ed28c45a304f9682de30569a633a64 (patch) | |
tree | f9e4d76b7876154444f03dfc5960dac5f87f6791 /starmath/inc/view.hxx | |
parent | b63b34d563c250b997d8ac354dda817b99647b1d (diff) |
#96352# assertion fixed by removing the ShowWindows functions and calling Show in the constructor of SmEditWindow.
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 248b43d51738..043566fd849b 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -2,9 +2,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2001-08-31 14:11:58 $ + * 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 @@ -197,8 +197,6 @@ public: SmEditWindow *GetEditWindow() { return (&aEdit); } SmViewShell *GetView(); - void ShowWindows (); - void RestartFocusTimer () { aGrabTimer.SetTimeout (100); |