loplugin:stringconstant: adapt to improved OUStringLiteral1 (writerfilter)
Change-Id: Ia156b152a5df279d879e91cc0311c2f4da27cd05
This commit is contained in:
@@ -2372,8 +2372,7 @@ bool lcl_FindInCommand(
|
|||||||
OUString& rValue )
|
OUString& rValue )
|
||||||
{
|
{
|
||||||
bool bRet = false;
|
bool bRet = false;
|
||||||
OUString sSearch('\\');
|
OUString sSearch = "\\" + OUStringLiteral1( cSwitch );
|
||||||
sSearch += OUString( cSwitch );
|
|
||||||
sal_Int32 nIndex = rCommand.indexOf( sSearch );
|
sal_Int32 nIndex = rCommand.indexOf( sSearch );
|
||||||
if( nIndex >= 0 )
|
if( nIndex >= 0 )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user