diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 12:00:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 12:00:01 +0000 |
commit | 9357cfed478480eb97f5655b9c2709294028fb95 (patch) | |
tree | 8af4e96155612fec21e14c4c65f1efe5f186f366 /sfx2/inc/sfxhelp.hxx | |
parent | acbf683499d2d79c06201f14a7ce4617ca0d64ce (diff) |
INTEGRATION: CWS dba20 (1.15.108); FILE MERGED
2004/11/30 15:28:29 oj 1.15.108.1: #i37389#
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 23d0d17cbceb..829f42a41b95 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2004-12-16 12:36:40 $ + * last change: $Author: obo $ $Date: 2005-01-05 13:00:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ private: virtual BOOL Start( ULONG nHelpId, const Window* pWindow ); virtual BOOL Start( const String& rURL, const Window* pWindow ); - String GetHelpModuleName_Impl(); + String GetHelpModuleName_Impl( ); String CreateHelpURL_Impl( ULONG nHelpId, const String& rModuleName ); String CreateHelpURL_Impl( const String& aCommandURL, const String& rModuleName ); |