diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 12:33:45 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 12:58:05 -0500 |
commit | a0a625060565ba06ed2b6fd8d16d284091c81c84 (patch) | |
tree | d86427a38812c7176f6b5f61adc1f2ecdc57c154 /UnoControls | |
parent | 5ebd6379628b6e367798ee12349f1824bfa08ea8 (diff) |
targeted string re-work
Change-Id: I5098274cfcc1a6ae18cfc3e8a0315fce63f05adc
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/progressbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index 7de4177e2834..c41356d4465d 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -374,7 +374,7 @@ const Sequence< OUString > ProgressBar::impl_getStaticSupportedServiceNames() const OUString ProgressBar::impl_getStaticImplementationName() { - return OUString(RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATIONNAME_PROGRESSBAR )); + return OUString(IMPLEMENTATIONNAME_PROGRESSBAR ); } //____________________________________________________________________________________________________________ |