summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 22:51:13 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 22:51:13 -0500
commitcac1f33e839469d884730350e46a21d92fb442f2 (patch)
tree7590f03f1dfbbf76276cd605473a9d4a97fd3b09 /sfx2/source/statbar
parent684be327c0e20777628dfb401d7c41754aa5128a (diff)
targeted string re-work
Change-Id: I27a092628e48b39f7bad2ed895f80aeea0d9ee35
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index c74c66e0d209..7c7254f8f99c 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -87,7 +87,7 @@ svt::StatusbarController* SAL_CALL SfxStatusBarControllerFactory(
util::URL aTargetURL;
aTargetURL.Complete = aCommandURL;
uno::Reference < util::XURLTransformer > xTrans( ::comphelper::getProcessServiceFactory()->createInstance(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.URLTransformer"))), uno::UNO_QUERY );
+ rtl::OUString("com.sun.star.util.URLTransformer")), uno::UNO_QUERY );
xTrans->parseStrict( aTargetURL );
SfxObjectShell* pObjShell = NULL;