diff options
author | Daniel Sikeler <d.sikeler94@gmail.com> | 2014-10-20 08:11:21 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-10-20 08:46:28 +0000 |
commit | a2deca9d755710bd543fd0caaea0352ac746396d (patch) | |
tree | a3cf66d552bd7dc035aa308ce3d5880e25b83a63 /configmgr/source/config_map.hxx | |
parent | 68e0f4d4f2becba41a12109095c693680825cb3e (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/config_map.hxx')
-rw-r--r-- | configmgr/source/config_map.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configmgr/source/config_map.hxx b/configmgr/source/config_map.hxx index 0e9f614bb5cd..943d409a1287 100644 --- a/configmgr/source/config_map.hxx +++ b/configmgr/source/config_map.hxx @@ -9,7 +9,6 @@ #ifndef CONFIG_MAP_HXX #define CONFIG_MAP_HXX -#include <map> #include <rtl/ustring.hxx> // The realisation here is that while a map is a reasonably compact @@ -28,8 +27,6 @@ struct LengthContentsCompare } }; -template< class T > struct config_map : public std::map< OUString, T, LengthContentsCompare > { }; - #endif // CONFIG_MAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |