diff options
author | Peter Burow <pb@openoffice.org> | 2001-10-17 05:03:59 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-10-17 05:03:59 +0000 |
commit | 5fd97e298eb8c67746f525e85d2b512f50ef9a21 (patch) | |
tree | 78dd2e7ccff297c76bcd1839214bf087a6b92996 /sfx2/source | |
parent | 3f8d050aeb026eb5b1a631d2acf6f129d5724e31 (diff) |
fix: #93298# wrong help url for weptop
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index ae44f8dcdaaf..b4a1964b1a33 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: as $ $Date: 2001-08-30 13:42:14 $ + * last change: $Author: pb $ $Date: 2001-10-17 06:03:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -412,7 +412,7 @@ String SfxHelp::CreateHelpURL_Impl( ULONG nHelpId, const String& rModuleName ) } else { - aHelpURL += DEFINE_CONST_UNICODE("&HELP_ContextID=-"); + aHelpURL += DEFINE_CONST_UNICODE("&HELP_ContextID="); aHelpURL += String::CreateFromInt64( nHelpId ); } |