diff options
author | Peter Burow <pb@openoffice.org> | 2001-06-18 10:49:56 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-06-18 10:49:56 +0000 |
commit | abb40ea42bddd9b4fd77f67c96f2b91e06a93882 (patch) | |
tree | ddc1bdebffafbfef669b1d3b3ad15af93dd3a491 /sfx2/inc/sfxhelp.hxx | |
parent | d23703e04d7771e568a81013f9a14cbaa4e90d8b (diff) |
fix: #88353# helpid has to be ULONG
Diffstat (limited to 'sfx2/inc/sfxhelp.hxx')
-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 9f5fe2740952..5853a92373bf 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mba $ $Date: 2001-06-18 09:48:14 $ + * last change: $Author: pb $ $Date: 2001-06-18 11:49:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ public: virtual XubString GetHelpText( ULONG nHelpId, const Window* pWindow ); void OpenHelpAgent( SfxFrame* pFrame, sal_Int32 nHelpId ); - String CreateHelpURL( sal_Int32 nHelpId, const String& rModuleName ); + String CreateHelpURL( ULONG nHelpId, const String& rModuleName ); }; #endif // #ifndef _SFX_HELP_HXX |