summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
authorDaniel Sikeler <d.sikeler94@gmail.com>2014-10-20 08:11:21 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-10-20 08:46:28 +0000
commita2deca9d755710bd543fd0caaea0352ac746396d (patch)
treea3cf66d552bd7dc035aa308ce3d5880e25b83a63 /configmgr/source/components.hxx
parent68e0f4d4f2becba41a12109095c693680825cb3e (diff)
fdo#75757: remove inheritance to std::map
Change-Id: I189d7a1d68eb9022a32e882d68ce8c8dc567c1fd Reviewed-on: https://gerrit.libreoffice.org/12042 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
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;