From abb40ea42bddd9b4fd77f67c96f2b91e06a93882 Mon Sep 17 00:00:00 2001 From: Peter Burow Date: Mon, 18 Jun 2001 10:49:56 +0000 Subject: fix: #88353# helpid has to be ULONG --- sfx2/inc/sfxhelp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2/inc/sfxhelp.hxx') 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 -- cgit