summaryrefslogtreecommitdiff
path: root/configmgr/source/config_map.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/config_map.hxx')
-rw-r--r--configmgr/source/config_map.hxx3
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: */