diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/docinfohelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx index e2b0e83ad09d..91c9569c1b4c 100644 --- a/unotools/source/config/docinfohelper.cxx +++ b/unotools/source/config/docinfohelper.cxx @@ -50,7 +50,6 @@ namespace utl aValue = utl::ConfigManager::getProductExtension(); if ( !aValue.isEmpty() ) { - aResult.append( (sal_Unicode)'_' ); aResult.append( aValue.replace( ' ', '_' ) ); } } |