summaryrefslogtreecommitdiff
path: root/unotools/source/config/compatibility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/compatibility.cxx')
-rw-r--r--unotools/source/config/compatibility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index 285a021d98d6..91b3e53e5929 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -44,8 +44,8 @@ SvtCompatibilityEntry::SvtCompatibilityEntry()
: m_aPropertyValue( SvtCompatibilityEntry::getElementCount() )
{
/* Should be in the start. Do not remove it. */
- setValue<OUString>( Index::Name, OUString("") );
- setValue<OUString>( Index::Module, OUString("") );
+ setValue<OUString>( Index::Name, OUString() );
+ setValue<OUString>( Index::Module, OUString() );
/* Editable list of default values. Sync it with the SvtCompatibilityEntry::Index enum class. */
setValue<bool>( Index::UsePrtMetrics, false );