diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-04-20 07:44:44 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-04-20 07:44:44 +0000 |
commit | 63b5e8d74b575e569854dedba8b1f4f5feb0b916 (patch) | |
tree | 2446f781f5aab721563550f23395065a49e380ca /sfx2/inc | |
parent | 434684158556ff5dad68399010ba5b2b932f889f (diff) |
Help::Start() with Window*
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfxhelp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index 605dda1b7469..4828748fb8c4 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: pb $ $Date: 2001-04-18 14:07:07 $ + * last change: $Author: mt $ $Date: 2001-04-20 08:44:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ class SfxHelp_Impl : public Help SfxHelpDB_Impl* pDB; private: - virtual BOOL Start( ULONG nHelpId ); + virtual BOOL Start( ULONG nHelpId, const Window* pWindow ); String GetHelpModuleName( ULONG nHelpId ); public: |