[Libreoffice-commits] .: desktop/source
Lubos Lunak
llunak at kemper.freedesktop.org
Thu Mar 29 04:42:37 PDT 2012
desktop/source/deployment/dp_persmap.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1c811f79e1f45809c0b90037c11045075e05c3ca
Author: LuboÅ¡ LuÅák <l.lunak at 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>() );
}
//______________________________________________________________________________
More information about the Libreoffice-commits
mailing list