summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/optionsdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/optionsdlg.cxx b/unotools/source/config/optionsdlg.cxx
index f99b1386bacc..da75f1e0dcdd 100644
--- a/unotools/source/config/optionsdlg.cxx
+++ b/unotools/source/config/optionsdlg.cxx
@@ -136,9 +136,9 @@ void SvtOptionsDlgOptions_Impl::ReadNode( const OUString& _rNode, NodeType _eTyp
}
Sequence< OUString > lResult( nLen );
- lResult[0] = OUString( sNode + "Hide" );
+ lResult[0] = sNode + "Hide";
if ( _eType != NT_Option )
- lResult[1] = OUString( sNode + sSet );
+ lResult[1] = sNode + sSet;
Sequence< Any > aValues;
aValues = GetProperties( lResult );