summaryrefslogtreecommitdiff
path: root/UnoControls/source/controls
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 12:33:45 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 12:58:05 -0500
commita0a625060565ba06ed2b6fd8d16d284091c81c84 (patch)
treed86427a38812c7176f6b5f61adc1f2ecdc57c154 /UnoControls/source/controls
parent5ebd6379628b6e367798ee12349f1824bfa08ea8 (diff)
targeted string re-work
Change-Id: I5098274cfcc1a6ae18cfc3e8a0315fce63f05adc
Diffstat (limited to 'UnoControls/source/controls')
-rw-r--r--UnoControls/source/controls/progressbar.cxx2
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 );
}
//____________________________________________________________________________________________________________