diff options
author | Gregor Hartmann <gh@openoffice.org> | 2001-05-04 09:51:40 +0000 |
---|---|---|
committer | Gregor Hartmann <gh@openoffice.org> | 2001-05-04 09:51:40 +0000 |
commit | 8233e4160281fc5492c9a4a6cf2ca775abb4a01e (patch) | |
tree | dcd50d24a1eb58916bf48de378d12eeb9b0b88dd /basic/source/app/appedit.hxx | |
parent | 6639310b8ede7d42b6cebef370d4128c77693fbc (diff) |
#69216# Enable scroll mice
Diffstat (limited to 'basic/source/app/appedit.hxx')
-rw-r--r-- | basic/source/app/appedit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/appedit.hxx b/basic/source/app/appedit.hxx index 812c642c419a..aadbbcfe6fd3 100644 --- a/basic/source/app/appedit.hxx +++ b/basic/source/app/appedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: appedit.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:08 $ + * last change: $Author: gh $ $Date: 2001-05-04 10:51:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ public: FileType GetFileType(); // Liefert den Filetype virtual long InitMenu( Menu* ); // Initialisierung des Menues virtual long DeInitMenu( Menu* ); // r�cksetzen, so da� wieder alle Shortcuts enabled sind -// long Command( short ); // Kommando-Handler + virtual void Command( const CommandEvent& rCEvt ); // Kommando-Handler void Resize(); void PostLoad(); // Nachbearbeiten des geladenen (Source am Modul setzen) void PostSaveAs(); // Nachbearbeiten des Modils ... |