diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-22 22:47:26 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-22 22:47:26 +0100 |
commit | f39607df602883c20c8769a1a2e77bcba1f880d9 (patch) | |
tree | ca0c677a6829f74fdc42d1763e95f1c0e40e70f3 /toolkit/source/controls/tksimpleanimation.cxx | |
parent | 8c779305bca6b2ca4badadb1ed0c89dc092f287f (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs-gui 08
Diffstat (limited to 'toolkit/source/controls/tksimpleanimation.cxx')
-rw-r--r-- | toolkit/source/controls/tksimpleanimation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/tksimpleanimation.cxx b/toolkit/source/controls/tksimpleanimation.cxx index f60abcaf3823..2ac9d1f1d478 100644 --- a/toolkit/source/controls/tksimpleanimation.cxx +++ b/toolkit/source/controls/tksimpleanimation.cxx @@ -127,7 +127,7 @@ namespace toolkit //-------------------------------------------------------------------- ::rtl::OUString UnoSimpleAnimationControl::GetComponentServiceName() { - return ::rtl::OUString::createFromAscii( "SimpleAnimation" ); + return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SimpleAnimation")); } //-------------------------------------------------------------------- |