summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/docinfohelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx
index d4f6547a020b..cf77b11404d8 100644
--- a/unotools/source/config/docinfohelper.cxx
+++ b/unotools/source/config/docinfohelper.cxx
@@ -70,8 +70,7 @@ OUString DocInfoHelper::GetGeneratorString()
// and ':' replaced by '-'
{
aResult.append( "LibreOffice_project/" );
- OUString aDefault;
- OUString aBuildId( Bootstrap::getBuildIdData( aDefault ) );
+ OUString aBuildId( Bootstrap::getBuildIdData( OUString() ) );
for( sal_Int32 i=0; i < aBuildId.getLength(); i++ )
{
sal_Unicode c = aBuildId[i];