desktop/source/deployment/dp_persmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c811f79e1f45809c0b90037c11045075e05c3ca
Author: Luboš Luňák <l.lu...@suse.cz>
Date:   Thu Mar 29 13:40:47 2012 +0200

    fix build

diff --git a/desktop/source/deployment/dp_persmap.cxx 
b/desktop/source/deployment/dp_persmap.cxx
index 9b794ad..6c7cd94 100644
--- a/desktop/source/deployment/dp_persmap.cxx
+++ b/desktop/source/deployment/dp_persmap.cxx
@@ -61,7 +61,7 @@ void PersistentMap::throw_rtexc( int err, char const * pmsg ) 
const
     const OUString msg_(buf.makeStringAndClear());
     OSL_FAIL( rtl::OUStringToOString(
                     msg_, RTL_TEXTENCODING_UTF8 ).getStr() );
-    throw RuntimeException( msg_, Reference<XInterface>() );
+    throw RuntimeException( msg_, uno::Reference<XInterface>() );
 }
 
 
//______________________________________________________________________________
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to