From c32dd08cfbaefb0d0a75a303b182e68d073ee262 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 13 Jun 2013 11:41:33 +0100 Subject: blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545 Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a --- basic/source/runtime/dllmgr-x86.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/runtime') diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx index c5171352b742..2bfd0377d1c3 100644 --- a/basic/source/runtime/dllmgr-x86.cxx +++ b/basic/source/runtime/dllmgr-x86.cxx @@ -669,7 +669,7 @@ OUString fullDllName(OUString const & name) { struct SbiDllMgr::Impl: private boost::noncopyable { private: - typedef std::map< OUString, Reference< Dll > > Dlls; + typedef std::map< OUString, rtl::Reference< Dll > > Dlls; public: Dll * getDll(OUString const & name); -- cgit