summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:37:06 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 12:37:06 +0000
commit2d80579a3eea9124070b8c49a8f7cc9646127276 (patch)
tree8dad324362bd6f3738fc314d260fd1fad7e86b31 /sfx2/source/appl/sfxhelp.cxx
parent378117769b2271b3471307efa93f0f1c6af5ed90 (diff)
INTEGRATION: CWS dba205b (1.69.76); FILE MERGED
2006/08/04 10:45:14 oj 1.69.76.1: #i58787# correct context for dbbrowser
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index f6a9125176..fe01c052d2 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxhelp.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:20:46 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 13:37:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -561,6 +561,8 @@ String SfxHelp::GetHelpModuleName_Impl()
aFactoryShortName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "swriter" ) );
else if ( aFactoryShortName.equalsAscii( "dbquery" ) )
aFactoryShortName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "sdatabase" ) );
+ else if ( aFactoryShortName.equalsAscii( "dbbrowser" ) )
+ aFactoryShortName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "sdatabase" ) );
else if ( aFactoryShortName.equalsAscii( "dbrelation" ) )
aFactoryShortName = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "sdatabase" ) );
else if ( aFactoryShortName.equalsAscii( "dbtable" ) )