diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-30 16:34:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-30 16:34:03 +0000 |
commit | d70ca9af0746d59abbd13e67c02831eb15bb5771 (patch) | |
tree | 11ca4c38a8d44d57db5d7d7a7b3c8e9d49978c49 /sfx2/inc | |
parent | 8f55fe4c6c73f110b1c72903c209399ff2527ea5 (diff) |
INTEGRATION: CWS help2 (1.14.542); FILE MERGED
2004/06/08 13:39:05 cd 1.14.542.1: #i29745# Support to access help content provider with string instead of an unsigned short
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfxhelp.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index 404cac74dcc1..709d5d77a1f1 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: pb $ $Date: 2001-06-21 08:24:59 $ + * last change: $Author: kz $ $Date: 2004-08-30 17:34:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,7 @@ private: String GetHelpModuleName_Impl( ULONG nHelpId ); String CreateHelpURL_Impl( ULONG nHelpId, const String& rModuleName ); + String CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ); public: @@ -95,8 +96,10 @@ public: { aUser = rUser;} virtual XubString GetHelpText( ULONG nHelpId, const Window* pWindow ); + virtual XubString GetHelpText( const String&, const Window* pWindow ); static String CreateHelpURL( ULONG nHelpId, const String& rModuleName ); + static String CreateHelpURL( const String& aCommandURL, const String& rModuleName ); static void OpenHelpAgent( SfxFrame* pFrame, ULONG nHelpId ); }; |