summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-07 09:29:33 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-07 09:29:33 +0000
commitb887f58c2b6969fa06f1905f1a33bcadc8b44ab3 (patch)
tree04c9154553adaa1b8d2edd0bf25fbb48af18663d /sfx2/source/appl/sfxhelp.cxx
parent08b511611885acd3a4a5ed0b58c405def5514ee3 (diff)
INTEGRATION: CWS fwk31 (1.67.8); FILE MERGED
2006/01/18 09:48:11 pb 1.67.8.1: fix: #i57912# Chart no longer a valid help module
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 4968a42cd0..e204cf9f3c 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxhelp.cxx,v $
*
- * $Revision: 1.67 $
+ * $Revision: 1.68 $
*
- * last change: $Author: rt $ $Date: 2005-12-14 15:21:39 $
+ * last change: $Author: rt $ $Date: 2006-02-07 10:29:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -572,6 +572,11 @@ String SfxHelp::GetHelpModuleName_Impl()
else
aFactoryShortName = sDefaultModule;
+ // --> PB 2006/01/18 #i57912# Chart not longer a valid help module
+ if ( aFactoryShortName.equalsAscii( "schart" ) )
+ aFactoryShortName = sDefaultModule;
+ // <---
+
sModuleName = String( aFactoryShortName );
return sModuleName;
}