diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:14:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:22:54 +0200 |
commit | 3352a88c8c173acbb15dd95f4738362332107ab7 (patch) | |
tree | fec4c78bed42631fb2bb6154c69e45c42a07f1ac /dbaccess | |
parent | 83656eb5f7b5c56c973ed961a4d9d58f8b7516dd (diff) |
remove dead ToolBox RID_HELPBAR
Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppController.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index 374cad94aead..4996d491ce68 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -614,7 +614,6 @@ FeatureState OApplicationController::GetState(sal_uInt16 _nId) const aReturn.bEnabled = getContainer()->getElementType() == E_TABLE && !isDataSourceReadOnly() && !isConnectionReadOnly() && isTableFormat(); break; case SID_OPENDOC: - case SID_HELP_INDEX: aReturn.bEnabled = true; break; case ID_BROWSER_SAVEDOC: @@ -1101,7 +1100,6 @@ void OApplicationController::Execute(sal_uInt16 _nId, const Sequence< PropertyVa } break; case SID_OPENDOC: - case SID_HELP_INDEX: { Reference < XDispatchProvider > xProv( getFrame(), UNO_QUERY ); if ( xProv.is() ) @@ -1109,9 +1107,6 @@ void OApplicationController::Execute(sal_uInt16 _nId, const Sequence< PropertyVa URL aURL; switch(_nId) { - case SID_HELP_INDEX: - aURL.Complete = ".uno:HelpIndex"; - break; case SID_OPENDOC: aURL.Complete = ".uno:Open"; break; |