summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-08-18 16:48:00 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-08-18 16:48:00 +0200
commit6d37acab0b4dd2bc64d531aef6393d1186a11c56 (patch)
treeada5f0feaf46afcda519271720fa6b2a3064a198 /framework/inc
parent967756108a94191a992d38cc4866a5f2971f56f5 (diff)
parent6ff3ba91e966fcada6e6bc6109c3d4eb1db29f7f (diff)
fwk153: merge
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx
index 9c5f9c89afe6..856746139b68 100644
--- a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx
+++ b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx
@@ -219,6 +219,7 @@ namespace framework
com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
com::sun::star::uno::Reference< com::sun::star::lang::XComponent > m_xModuleImageManager;
+ com::sun::star::uno::Reference< com::sun::star::uno::XInterface > m_xModuleAcceleratorManager;
};
}