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-14 09:18:10 +0100
commit50d17105382f9b4ad463dc855d3a41b63701fec4 (patch)
tree35103fadee7b900880c1a216866676a4469e6028 /basic
parent736473924f22ab88722e5608bec915bfe47cd224 (diff)
blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545
Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a (cherry picked from commit c32dd08cfbaefb0d0a75a303b182e68d073ee262)
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);