diff options
Diffstat (limited to 'svtools/source/dialogs/insdlg.cxx')
-rw-r--r-- | svtools/source/dialogs/insdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx index 323075200693..a16bdc4c0bf9 100644 --- a/svtools/source/dialogs/insdlg.cxx +++ b/svtools/source/dialogs/insdlg.cxx @@ -163,7 +163,7 @@ void SvObjectServerList::FillInsertObjects() { if( !Get( aClassName ) ) // not entered yet - aObjectServerList.push_back( SvObjectServer( aClassName, aUIName ) ); + aObjectServerList.emplace_back( aClassName, aUIName ); } } } |