diff options
author | Peter Burow <pb@openoffice.org> | 2001-03-22 13:25:49 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-03-22 13:25:49 +0000 |
commit | ae7dcbe040fb114bc8917c6462b49bffe18aa7ba (patch) | |
tree | 73024eac7d40706443fb9fa24639f59a7a728241 /sfx2/inc | |
parent | dac54775afccfd00ec7ec41bcecac748f714e72e (diff) |
fix: #81086# GetHelpText() added
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfxhelp.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index 925e555af0b8..5ac24696351d 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mba $ $Date: 2000-12-13 15:44:45 $ + * last change: $Author: pb $ $Date: 2001-03-22 14:22:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,10 +72,12 @@ class SfxHelp_Impl : public Help { String aTicket; // for Plugins String aUser; + sal_Bool bIsDebug; private: virtual BOOL Start( ULONG nHelpId ); String GetHelpModuleName( ULONG nHelpId ); + public: SfxHelp_Impl(); ~SfxHelp_Impl(); @@ -83,6 +85,8 @@ public: { aTicket = rTicket;} void SetUser( const String& rUser ) { aUser = rUser;} + + virtual XubString GetHelpText( ULONG nHelpId ); }; #endif // _PRIVATE |