diff options
Diffstat (limited to 'svl/source/filepicker/pickerhistory.cxx')
-rw-r--r-- | svl/source/filepicker/pickerhistory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/filepicker/pickerhistory.cxx b/svl/source/filepicker/pickerhistory.cxx index c4c4b03008e9..525ac66940a8 100644 --- a/svl/source/filepicker/pickerhistory.cxx +++ b/svl/source/filepicker/pickerhistory.cxx @@ -56,7 +56,7 @@ namespace svt _rHistory.end()); // then push_back the picker - _rHistory.push_back( css::uno::WeakReference< XInterface >( _rxPicker ) ); + _rHistory.emplace_back( _rxPicker ); } } |