Kaydet (Commit) efc64511 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant

Change-Id: I86c8bd43a4fd87ce14e36108d686f6c8fca6cf81
üst bc37514e
......@@ -1574,7 +1574,7 @@ void SwDocTest::test64kPageDescs()
for (size_t i = 0; i < nPageDescCount; ++i)
{
OUString aName = OUString("Page") + OUString::number(i);
OUString aName = "Page" + OUString::number(i);
m_pDoc->MakePageDesc( aName );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment