summaryrefslogtreecommitdiffstats
path: root/svx/workben
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-21 15:25:39 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-21 15:25:39 +0100
commit94b130129b466a066aa095501123b3ce787db132 (patch)
tree8738582d922c3e388dc81597d7aab7dcddb6b815 /svx/workben
parentRTL_CONSTASCII_USTRINGPARAM in libs core 41 (diff)
downloadcore-94b130129b466a066aa095501123b3ce787db132.tar.gz
core-94b130129b466a066aa095501123b3ce787db132.zip
RRTL_CONSTASCII_USTRINGPARAM in libs core 42
Diffstat (limited to 'svx/workben')
-rw-r--r--svx/workben/msview/msview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/workben/msview/msview.cxx b/svx/workben/msview/msview.cxx
index fbf3587e82b0..14df77175275 100644
--- a/svx/workben/msview/msview.cxx
+++ b/svx/workben/msview/msview.cxx
@@ -1159,8 +1159,8 @@ void MSViewerWorkWindow::Resize()
// Init UCB
uno::Sequence< uno::Any > aArgs( 2 );
- aArgs[ 0 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL );
- aArgs[ 1 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
+ aArgs[ 0 ] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY1_LOCAL ));
+ aArgs[ 1 ] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( UCB_CONFIGURATION_KEY2_OFFICE ));
sal_Bool bSuccess = ::ucb::ContentBroker::initialize( xMSF, aArgs );
if ( !bSuccess )
{