summaryrefslogtreecommitdiff
path: root/unotools/source/config/docinfohelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/docinfohelper.cxx')
-rw-r--r--unotools/source/config/docinfohelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx
index b5d0cf9aa7b4..d4f6547a020b 100644
--- a/unotools/source/config/docinfohelper.cxx
+++ b/unotools/source/config/docinfohelper.cxx
@@ -69,7 +69,7 @@ OUString DocInfoHelper::GetGeneratorString()
// build_information has '(' and '[' encoded as '$', ')' and ']' ignored
// and ':' replaced by '-'
{
- aResult.appendAscii( "LibreOffice_project/" );
+ aResult.append( "LibreOffice_project/" );
OUString aDefault;
OUString aBuildId( Bootstrap::getBuildIdData( aDefault ) );
for( sal_Int32 i=0; i < aBuildId.getLength(); i++ )