summaryrefslogtreecommitdiff
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
parent1c93537c2ce705590b8fb1dbe5bbc7e543eff90d (diff)
Fix a missed ::std::hash_map to boost::unordered_map typedef
I also added the mac build directory to the gitignore.
-rw-r--r--.gitignore1
-rw-r--r--unodevtools/inc/unodevtools/typemanager.hxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4890e114aba7..d7ad641b7fd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/*/unxlng??.pro
/*/wntmsc???
/*/wntmsc???.pro
+/*/unxmac*.pro \ No newline at end of file
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