diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-11-08 20:29:24 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2012-01-05 22:08:59 +0100 |
commit | 6fd08caf5f15fba48ea4600ab57acd34f9600017 (patch) | |
tree | 2f8dbe6b9a5139f22ba4a4cb615c924787f040f9 /svl | |
parent | 764040ac4e931e3460d0bd78906a7e624c994223 (diff) |
Translated German comments
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/memtools/svarray.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index ee37bdfd36b3..e49af56b8c3b 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -60,7 +60,7 @@ SV_IMPL_PTRARR( SvStringsDtor, StringPtr ) // ---------------- strings ------------------------------------- -// Array mit anderer Seek-Methode! +// Array with different Seek method _SV_IMPL_SORTAR_ALG( SvStringsISort, StringPtr ) void SvStringsISort::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) { @@ -107,7 +107,7 @@ sal_Bool SvStringsISort::Seek_Entry( const StringPtr aE, sal_uInt16* pP ) const // ---------------- strings ------------------------------------- -// Array mit anderer Seek-Methode! +// Array with different Seek method _SV_IMPL_SORTAR_ALG( SvStringsISortDtor, StringPtr ) void SvStringsISortDtor::DeleteAndDestroy( sal_uInt16 nP, sal_uInt16 nL ) { |