summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/inc/unodevtools/typemanager.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/unodevtools/inc/unodevtools/typemanager.hxx b/unodevtools/inc/unodevtools/typemanager.hxx
index 6db17516ac31..79dceee17959 100644
--- a/unodevtools/inc/unodevtools/typemanager.hxx
+++ b/unodevtools/inc/unodevtools/typemanager.hxx
@@ -39,16 +39,6 @@ class RegistryKey;
namespace typereg { class Reader; }
-#if defined( _MSC_VER ) && ( _MSC_VER < 1200 )
-typedef ::std::__hash_map__
-<
- ::rtl::OString, // Typename
- RTTypeClass, // TypeClass
- HashString,
- EqualString,
- NewAlloc
-> T2TypeClassMap;
-#else
typedef boost::unordered_map
<
::rtl::OString, // Typename
@@ -56,7 +46,6 @@ typedef boost::unordered_map
HashString,
EqualString
> T2TypeClassMap;
-#endif
namespace unodevtools {