[Libreoffice-commits] core.git: basic/source

Noel Power noel.power at suse.com
Thu Jun 13 03:45:17 PDT 2013


 basic/source/runtime/dllmgr-x86.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c32dd08cfbaefb0d0a75a303b182e68d073ee262
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

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