diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 00:09:19 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-11-21 00:09:19 +0100 |
commit | 4f5dd635593abb9000583663958779290d171f5c (patch) | |
tree | 8fa839bc4ac93e22e25626d414b095fcfdcac372 /sfx2/source/control/request.cxx | |
parent | a1ab44109c4b8ca6c2ce3764ef2ec4f5a21ddedd (diff) |
TL_CONSTASCII_USTRINGPARAM in libs core 31
Diffstat (limited to 'sfx2/source/control/request.cxx')
-rw-r--r-- | sfx2/source/control/request.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index 902383670f20..8e2577b33db1 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -390,7 +390,7 @@ void SfxRequest_Impl::Record com::sun::star::uno::UNO_QUERY); com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > xTransform( - xFactory->createInstance(rtl::OUString::createFromAscii("com.sun.star.util.URLTransformer")), + xFactory->createInstance(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.URLTransformer"))), com::sun::star::uno::UNO_QUERY); com::sun::star::util::URL aURL; @@ -867,7 +867,7 @@ com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > SfxRe if(xSet.is()) { - com::sun::star::uno::Any aProp = xSet->getPropertyValue(rtl::OUString::createFromAscii("DispatchRecorderSupplier")); + com::sun::star::uno::Any aProp = xSet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DispatchRecorderSupplier"))); com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorderSupplier > xSupplier; aProp >>= xSupplier; if(xSupplier.is()) |