From 030633cd53e8aacdcf1927c46dd6d5b8db58d841 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 16:24:08 -0700 Subject: moving the rest of ure repository to boost unordered containers --- io/source/stm/odata.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io/source/stm') diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx index b5be8e855ba9..4237977b6b15 100644 --- a/io/source/stm/odata.cxx +++ b/io/source/stm/odata.cxx @@ -31,7 +31,7 @@ // streams -#include +#include #include #include @@ -951,7 +951,7 @@ struct hashObjectContainer_Impl } }; -typedef hash_map +typedef boost::unordered_map < Reference< XInterface >, sal_Int32, -- cgit