diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 13:41:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 13:41:27 +0000 |
commit | 944db116dd70a4c40dc36b5562aa528847706743 (patch) | |
tree | cda4c0a720545d22b653198ef2a8214f28bb0de3 | |
parent | 46b142d1bc6c6051a13e8273470707edf1556f72 (diff) |
#i34819# Fixed second occurence of wrongly used m_aModuleIdentifier
-rw-r--r-- | framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx index 1dd17b3e5252..d9bd734a0f0a 100644 --- a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: moduleuiconfigurationmanager.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2004-10-04 11:51:16 $ + * last change: $Author: kz $ $Date: 2004-10-04 14:41:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1446,7 +1446,7 @@ Reference< XInterface > SAL_CALL ModuleUIConfigurationManager::getShortCutManage { ResetableGuard aGuard( m_aLock ); Reference< XMultiServiceFactory > xSMGR = m_xServiceManager; - ::rtl::OUString aModule = m_aModuleIdentifier; + ::rtl::OUString aModule = m_aModuleShortName; aGuard.unlock(); Reference< XInterface > xManager = xSMGR->createInstance(SERVICENAME_MODULEACCELERATORCONFIGURATION); |