summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 48c1f7a73199..abd40b8880a7 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -148,9 +148,8 @@ private:
typedef std::set< RootAccess * > WeakRootSet;
typedef
- config_map<
- com::sun::star::uno::Reference<
- com::sun::star::beans::XPropertySet > >
+ std::map< OUString, com::sun::star::uno::Reference<
+ com::sun::star::beans::XPropertySet >, LengthContentsCompare >
ExternalServices;
class WriteThread;