diff options
author | Thomas Lange <tl@openoffice.org> | 2001-08-31 13:11:58 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-08-31 13:11:58 +0000 |
commit | d325e7d2882bf1df4b4309672e90bf589aedf36b (patch) | |
tree | f49baa970c19975fd8a83a198da03a3991b027a6 /starmath/inc/edit.hxx | |
parent | 61b1371c425fd0f16e284ff06628deb4689f28c2 (diff) |
#91122# access to EditEngine (available from the docucument) and SmViewShell from within SmEditWindow changed
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r-- | starmath/inc/edit.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index 1ab6bb78746b..4e5ff51f8291 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: edit.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2001-07-05 10:52:21 $ + * last change: $Author: tl $ $Date: 2001-08-31 14:11:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,6 +83,7 @@ class ScrollBar; class ScrollBarBox; class DataChangedEvent; class Menu; +class SmCmdBoxWindow; /**************************************************************************/ @@ -93,6 +94,7 @@ class Menu; class SmEditWindow : public Window, public DropTargetHelper { + SmCmdBoxWindow &rCmdBox; EditView *pEditView; ScrollBar *pHScrollBar, *pVScrollBar; @@ -133,7 +135,7 @@ class SmEditWindow : public Window, public DropTargetHelper SfxItemPool * GetEditEngineItemPool(); public: - SmEditWindow( Window *pParent ); + SmEditWindow( SmCmdBoxWindow &rMyCmdBoxWin ); ~SmEditWindow(); // Window |