summaryrefslogtreecommitdiff
path: root/automation/source/server/profiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/profiler.cxx')
-rw-r--r--automation/source/server/profiler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/profiler.cxx b/automation/source/server/profiler.cxx
index 95d7c00a6b7e..1f9a63c18bd9 100644
--- a/automation/source/server/profiler.cxx
+++ b/automation/source/server/profiler.cxx
@@ -252,7 +252,7 @@ String TTProfiler::Dec( ULONG nNr )
return aRet;
}
-String TTProfiler::Pad( const String aS, xub_StrLen nLen )
+String TTProfiler::Pad( const String &aS, xub_StrLen nLen )
{
if ( nLen > aS.Len() )
return UniString().Fill( nLen - aS.Len() ).Append( aS );