remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL calls
Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
Showing
Please
register
or
sign in
to comment