summaryrefslogtreecommitdiffstats
path: root/slideshow/test
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-02 21:16:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-02 21:16:14 +0000
commit24e156423da2a6c6ccb2fa9fa684c63479c1bec7 (patch)
tree9d20b355f9587ef988e67258aa7303cf89649ea9 /slideshow/test
parentRTL_CONSTASCII_USTRINGPARAM macro (diff)
downloadcore-24e156423da2a6c6ccb2fa9fa684c63479c1bec7.tar.gz
core-24e156423da2a6c6ccb2fa9fa684c63479c1bec7.zip
RTL_CONSTASCII_USTRINGPARAM macro
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 254544a24e46..79f3fdc5b629 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -418,7 +418,7 @@ DemoWindow::DemoWindow() :
maUpdateTimer(),
mbSlideDisplayed( false )
{
- SetText( rtl::OUString::createFromAscii( "Slideshow Demo" ) );
+ SetText( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Slideshow Demo" )) );
SetSizePixel( Size( 640, 480 ) );
EnablePaint( true );
@@ -460,7 +460,7 @@ void DemoWindow::init()
uno::Reference< animations::XAnimationNode >(),
uno::Sequence< beans::PropertyValue >() );
mxShow->setProperty( beans::PropertyValue(
- rtl::OUString::createFromAscii("RehearseTimings"),
+ rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("RehearseTimings")),
0,
uno::makeAny( sal_True ),
beans::PropertyState_DIRECT_VALUE ));