summaryrefslogtreecommitdiff
path: root/unotools/source/config/cmdoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/cmdoptions.cxx')
-rw-r--r--unotools/source/config/cmdoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index f9be432a9a7a..5f1eac638403 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -74,7 +74,7 @@ class SvtCmdOptions
void AddCommand( const OUString& aCmd )
{
- m_aCommandHashMap.insert( CommandHashMap::value_type( aCmd, 0 ) );
+ m_aCommandHashMap.emplace( aCmd, 0 );
}
private: