diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-28 15:43:18 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-28 18:09:26 -0500 |
commit | 9485f3a6d68372db28481ee895a2b9983d1c3b59 (patch) | |
tree | dbf731307aff331d0c79e8d4b9fff65bad26e964 /toolkit/source/controls/tkspinbutton.cxx | |
parent | 2f804c94cdaaa9ac047f229509c774dbea1dbcaa (diff) |
targeted string re-work
Change-Id: If929937d8b1243032983b8b379f067a47d2717a4
Diffstat (limited to 'toolkit/source/controls/tkspinbutton.cxx')
-rw-r--r-- | toolkit/source/controls/tkspinbutton.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx index eda76c4dcee9..79fecb0451cb 100644 --- a/toolkit/source/controls/tkspinbutton.cxx +++ b/toolkit/source/controls/tkspinbutton.cxx @@ -120,7 +120,7 @@ namespace toolkit //-------------------------------------------------------------------- ::rtl::OUString SAL_CALL UnoSpinButtonModel::getImplementationName( ) throw(RuntimeException) { - return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.UnoSpinButtonModel" ) ); + return ::rtl::OUString( "com.sun.star.comp.toolkit.UnoSpinButtonModel" ); } //-------------------------------------------------------------------- @@ -145,7 +145,7 @@ namespace toolkit //-------------------------------------------------------------------- ::rtl::OUString UnoSpinButtonControl::GetComponentServiceName() { - return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SpinButton")); + return ::rtl::OUString("SpinButton"); } //-------------------------------------------------------------------- @@ -183,7 +183,7 @@ namespace toolkit //-------------------------------------------------------------------- ::rtl::OUString SAL_CALL UnoSpinButtonControl::getImplementationName( ) throw(RuntimeException) { - return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.toolkit.UnoSpinButtonControl" ) ); + return ::rtl::OUString( "com.sun.star.comp.toolkit.UnoSpinButtonControl" ); } //-------------------------------------------------------------------- |