diff options
Diffstat (limited to 'svtools/source/config/helpopt.cxx')
-rw-r--r-- | svtools/source/config/helpopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx index 88787383b06c..b3d93847a7e8 100644 --- a/svtools/source/config/helpopt.cxx +++ b/svtools/source/config/helpopt.cxx @@ -122,7 +122,7 @@ Sequence< OUString > SvtHelpOptions_Impl::GetPropertyNames() } SvtHelpOptions_Impl::SvtHelpOptions_Impl() - : ConfigItem( OUString( "Office.Common/Help" ) ) + : ConfigItem( "Office.Common/Help" ) , bExtendedHelp( false ) , bHelpTips( true ) , bWelcomeScreen( false ) |