remove usage of RTL_CONSTASCII_USTRINGPARAM
Mechanical removal of usage together with OUString ctor, done by compiler plugin. Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5
This commit is contained in:
@@ -113,7 +113,7 @@ void EncryptionEngine::tryToPerform( )
|
||||
if (checkReady())
|
||||
{
|
||||
const OUString sEncryptionTemplate (
|
||||
RTL_CONSTASCII_USTRINGPARAM( ENCRYPTION_TEMPLATE ) );
|
||||
ENCRYPTION_TEMPLATE );
|
||||
cssu::Reference < cssxc::XXMLEncryptionTemplate > xEncryptionTemplate(
|
||||
mxMSF->createInstance( sEncryptionTemplate ), cssu::UNO_QUERY );
|
||||
|
||||
|
Reference in New Issue
Block a user