summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-29 13:40:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-03-29 13:42:31 +0200
commit1c811f79e1f45809c0b90037c11045075e05c3ca (patch)
tree35ab776b858c36159f4d4863d25a90dada91af17 /desktop
parent9404908713453ed1604d66b974536523a253b72f (diff)
fix build
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/dp_persmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx
index 9b794ad6b461..6c7cd943a847 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>() );
}
//______________________________________________________________________________