summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-03 21:21:59 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-03 21:21:59 -0800
commitdc19cced039f184efb43ae7eb7c9fdb868fda1ec (patch)
tree93a9a463078102198ab908e09c11ef330a34db43 /unodevtools
parent1c93537c2ce705590b8fb1dbe5bbc7e543eff90d (diff)
Fix a missed ::std::hash_map to boost::unordered_map typedef
I also added the mac build directory to the gitignore.
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/inc/unodevtools/typemanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/inc/unodevtools/typemanager.hxx b/unodevtools/inc/unodevtools/typemanager.hxx
index 17550ca0356c..6db17516ac31 100644
--- a/unodevtools/inc/unodevtools/typemanager.hxx
+++ b/unodevtools/inc/unodevtools/typemanager.hxx
@@ -49,7 +49,7 @@ typedef ::std::__hash_map__
NewAlloc
> T2TypeClassMap;
#else
-typedef ::std::hash_map
+typedef boost::unordered_map
<
::rtl::OString, // Typename
RTTypeClass, // TypeClass