summaryrefslogtreecommitdiff
path: root/slideshow/test
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-11-13 09:12:41 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-13 09:12:41 +0100
commitdaebf4430d1f15a3864207ce9bee1e2a24d937ac (patch)
treeedf3134087c2f1c3a68bc81d0c876b2f896025d2 /slideshow/test
parent6e2b941c7f51160451a4097b4309f1e5bcb86046 (diff)
RTL_CONSTASCII_USTRINGPARAM for impress
Diffstat (limited to 'slideshow/test')
-rw-r--r--slideshow/test/demoshow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index 79f3fdc5b629..cd0435849eb3 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -556,8 +556,8 @@ void DemoApp::Main()
// Create 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 ));
::ucbhelper::ContentBroker::initialize( xFactory, aArgs );
DemoWindow pWindow;