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:
@@ -277,7 +277,7 @@ OUString BufferNode::printChildren() const
|
||||
rc += OUString( "(" );
|
||||
rc += OUString( "SecID=" );
|
||||
rc += OUString::valueOf(((ElementCollector*)(*ii))->getSecurityId());
|
||||
rc += OUString( RTL_CONSTASCII_USTRINGPARAM( ")" ));
|
||||
rc += OUString( ")" );
|
||||
rc += OUString( " " );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user