summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-06-13 11:41:33 +0100
committerNoel Power <noel.power@suse.com>2013-06-13 11:43:46 +0100
commitc32dd08cfbaefb0d0a75a303b182e68d073ee262 (patch)
tree1ba9838cdea97a974e3d8c190c940ecb205f3ba4 /basic
parentc7e237045df1e0ed01c47ce85923cd182a101bc7 (diff)
blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545
Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/dllmgr-x86.cxx2
1 files changed, 1 insertions, 1 deletions
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);