diff options
author | Philipp Weissenbacher <p.weissenbacher@gmail.com> | 2014-07-25 15:41:58 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-07-25 17:10:49 +0000 |
commit | a120f1da67083a5d95b304833996b06c1a737f13 (patch) | |
tree | 165298ab9d5732595d1f99cb35068b083ed4c19e /svl/source/filepicker | |
parent | 8a690c88a92c7e92c702cedf96851ae1eb929379 (diff) |
fdo#39468 Make svl/ German comment clean
I went through all files manually and checked with the tool.
Change-Id: I2eba5e61a0814dd88d7c2c001cd85db8032f1b9f
Reviewed-on: https://gerrit.libreoffice.org/10545
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svl/source/filepicker')
-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 84e6da9968e6..84cf46326ef4 100644 --- a/svl/source/filepicker/pickerhistory.cxx +++ b/svl/source/filepicker/pickerhistory.cxx @@ -62,7 +62,7 @@ namespace svt if ( xCurrent.is() ) { if ( aCleanedHistory.empty() ) - // make some room, assume that all interfaces (from here on) are valie + // make some room, assume that all interfaces (from here on) are valid aCleanedHistory.reserve( _rHistory.size() - ( aLoop - _rHistory.begin() ) ); aCleanedHistory.push_back( InterfaceAdapter( xCurrent ) ); } |