summaryrefslogtreecommitdiffstats
path: root/ucb/source/cacher/dynamicresultsetwrapper.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-13 09:00:53 +0100
committerDavid Tardon <dtardon@redhat.com>2010-11-13 09:00:53 +0100
commitc1fa0e476b9f61014c3ba17590753cb502ba1490 (patch)
tree267645156d07d0a6cf760b940f6c2cba07b534a1 /ucb/source/cacher/dynamicresultsetwrapper.cxx
parentRemove unused Beschreibung (Description) comments (diff)
downloadcore-c1fa0e476b9f61014c3ba17590753cb502ba1490.tar.gz
core-c1fa0e476b9f61014c3ba17590753cb502ba1490.zip
Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core
Diffstat (limited to 'ucb/source/cacher/dynamicresultsetwrapper.cxx')
-rw-r--r--ucb/source/cacher/dynamicresultsetwrapper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/cacher/dynamicresultsetwrapper.cxx b/ucb/source/cacher/dynamicresultsetwrapper.cxx
index 25bb6ec5dae3..97232c89c56a 100644
--- a/ucb/source/cacher/dynamicresultsetwrapper.cxx
+++ b/ucb/source/cacher/dynamicresultsetwrapper.cxx
@@ -428,8 +428,8 @@ void SAL_CALL DynamicResultSetWrapper
{
xStubFactory = Reference< XCachedDynamicResultSetStubFactory >(
m_xSMgr->createInstance(
- OUString::createFromAscii(
- "com.sun.star.ucb.CachedDynamicResultSetStubFactory" ) ),
+ OUString(RTL_CONSTASCII_USTRINGPARAM(
+ "com.sun.star.ucb.CachedDynamicResultSetStubFactory" )) ),
UNO_QUERY );
}
catch ( Exception const & )