summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-19 14:26:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-20 08:42:30 +0200
commitb92068bbe2a907b6e1fa9637ee5740f6daed75a8 (patch)
treef9eb949c2007ce879d8954dad5c798eba99b998c /framework
parente86b07e292dc91d67a72a56e7cc15b8c2a9694a9 (diff)
unused m_aModuleIdentifier in UIConfigurationManager
Change-Id: Idd4ced156201e81ee818d4b6b69e6c4d254f3387
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uiconfiguration/uiconfigurationmanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
index 17a585b210a3..dcfd7227bc98 100644
--- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx
@@ -188,7 +188,6 @@ private:
OUString m_aXMLPostfix;
OUString m_aPropUIName;
OUString m_aPropResourceURL;
- OUString m_aModuleIdentifier;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
osl::Mutex m_mutex;
cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener
@@ -1149,7 +1148,7 @@ Reference< XInterface > SAL_CALL UIConfigurationManager::getImageManager()
Sequence<Any> aPropSeq(comphelper::InitAnyPropertySequence(
{
{"UserConfigStorage", Any(m_xDocConfigStorage)},
- {"ModuleIdentifier", Any(m_aModuleIdentifier)},
+ {"ModuleIdentifier", Any(OUString())},
}));
xInit->initialize( aPropSeq );