diff options
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx index 2654c056e86d..fa20f5990d0b 100644 --- a/unotools/source/config/cmdoptions.cxx +++ b/unotools/source/config/cmdoptions.cxx @@ -102,7 +102,7 @@ class SvtCmdOptions void SetContainerSize( sal_Int32 nSize ) { - m_aCommandHashMap.resize( nSize ); + m_aCommandHashMap.rehash( nSize ); } sal_Bool Lookup( const OUString& aCmd ) const |