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

loplugin:passstuffbyref

Change-Id: I092b557ed06ec04e51aff0fafb03e2ad2a862c7d
üst 841d50ec
......@@ -2951,7 +2951,7 @@ void DocxAttributeOutput::TableInfoRow( ww8::WW8TableNodeInfoInner::Pointer_t /*
}
/// Does the same as comphelper::string::padToLength(), but extends the start, not the end.
OString lcl_padStartToLength(OString aString, sal_Int32 nLen, sal_Char cFill)
OString lcl_padStartToLength(OString const & aString, sal_Int32 nLen, sal_Char cFill)
{
if (nLen > aString.getLength())
{
......
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