diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-04 05:50:07 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-04 05:50:07 -0800 |
commit | 4e2e09587442a67128bfc85bbe27764890553b20 (patch) | |
tree | d32c01c3c3c034951fd703f8bbc2fe6b01071487 /vcl/source | |
parent | 6c3dca1f7181d7a171b7eaaa51fe4c0c1af40f94 (diff) |
boost::unordered_map<> doesn't support resize()
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/configsettings.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/configsettings.cxx b/vcl/source/gdi/configsettings.cxx index 580ad16d4bd0..44abee10b84a 100644 --- a/vcl/source/gdi/configsettings.cxx +++ b/vcl/source/gdi/configsettings.cxx @@ -134,7 +134,6 @@ void SettingsConfigItem::getValues() m_aSettings.clear(); Sequence< OUString > aNames( GetNodeNames( OUString() ) ); - m_aSettings.resize( aNames.getLength() ); for( int j = 0; j < aNames.getLength(); j++ ) { |