[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - basic/source
Noel Power
noel.power at suse.com
Fri Jun 14 01:18:37 PDT 2013
basic/source/runtime/dllmgr-x86.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 50d17105382f9b4ad463dc855d3a41b63701fec4
Author: Noel Power <noel.power at suse.com>
Date: Thu Jun 13 11:41:33 2013 +0100
blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545
Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a
(cherry picked from commit c32dd08cfbaefb0d0a75a303b182e68d073ee262)
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index c517135..2bfd037 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);
More information about the Libreoffice-commits
mailing list