diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-03-24 21:31:32 +0100 |
---|---|---|
committer | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-03-24 21:31:32 +0100 |
commit | 8da928423add3fdb94baee2a3f3fa053390f828e (patch) | |
tree | c88a9cf749de00b0271b06697881a1e44139c761 /ucb/source/ucp/file/filtask.cxx | |
parent | d31bf8bf5524af62b48e59179ef7c2afc5096682 (diff) |
Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)
Change-Id: Iae4ea99e6eff6de8db3d40a6b86e5fd28ff857d0
Diffstat (limited to 'ucb/source/ucp/file/filtask.cxx')
-rw-r--r-- | ucb/source/ucp/file/filtask.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx index 592929cea217..3650cc1c4f0f 100644 --- a/ucb/source/ucp/file/filtask.cxx +++ b/ucb/source/ucp/file/filtask.cxx @@ -58,7 +58,7 @@ TaskManager::startTask( if( it != m_aTaskMap.end() ) { throw DuplicateCommandIdentifierException( - ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), + OUString( OSL_LOG_PREFIX ), uno::Reference< uno::XInterface >() ); } m_aTaskMap[ CommandId ] = TaskHandling( xCommandEnv ); |