summaryrefslogtreecommitdiff
path: root/ucb/workben/cachemap/cachemapobjectcontainer2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/workben/cachemap/cachemapobjectcontainer2.hxx')
-rw-r--r--ucb/workben/cachemap/cachemapobjectcontainer2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/workben/cachemap/cachemapobjectcontainer2.hxx b/ucb/workben/cachemap/cachemapobjectcontainer2.hxx
index 99b6a65895ac..b43de572c833 100644
--- a/ucb/workben/cachemap/cachemapobjectcontainer2.hxx
+++ b/ucb/workben/cachemap/cachemapobjectcontainer2.hxx
@@ -42,12 +42,12 @@ public:
~ObjectContainer2() SAL_THROW(());
- rtl::Reference< Object2 > get(rtl::OUString const & rKey);
+ rtl::Reference< Object2 > get(OUString const & rKey);
private:
- typedef boost::unordered_map< rtl::OUString,
+ typedef boost::unordered_map< OUString,
com::sun::star::uno::WeakReference< Object2 >,
- rtl::OUStringHash >
+ OUStringHash >
Map;
ObjectContainer2(ObjectContainer2 &); // not implemented