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/tkscrollbar.cxx | |
parent | 8c779305bca6b2ca4badadb1ed0c89dc092f287f (diff) |
RTL_CONSTASCII_USTRINGPARAM in libs-gui 08
Diffstat (limited to 'toolkit/source/controls/tkscrollbar.cxx')
-rw-r--r-- | toolkit/source/controls/tkscrollbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx index e2acf791a886..b5b9723d39bb 100644 --- a/toolkit/source/controls/tkscrollbar.cxx +++ b/toolkit/source/controls/tkscrollbar.cxx @@ -104,7 +104,7 @@ namespace toolkit ::rtl::OUString UnoScrollBarControl::GetComponentServiceName() { - return ::rtl::OUString::createFromAscii( "ScrollBar" ); + return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScrollBar")); } // ::com::sun::star::uno::XInterface |