diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-03 21:21:59 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-03 21:21:59 -0800 |
commit | dc19cced039f184efb43ae7eb7c9fdb868fda1ec (patch) | |
tree | 93a9a463078102198ab908e09c11ef330a34db43 /unodevtools/inc | |
parent | 1c93537c2ce705590b8fb1dbe5bbc7e543eff90d (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/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/typemanager.hxx | 2 |
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 |