diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-25 12:23:17 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-25 14:13:47 +0200 |
commit | 2dc5faa3b3c5dfe31fa8e759323469ef7c9fed3a (patch) | |
tree | 9b5fbd024fd1c94a4d701801836f7dec60f288c8 /svl/source | |
parent | 0031210b26bfae38be4243f9c92d90fa213b9eb0 (diff) |
move SvStringsISortDtor to editeng/svxacorr.hxx
Change-Id: I4465281396f44f53ba87db0a405586294ea65076
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/memtools/svarray.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index 98e7f2a93495..4ea8ac6b5bc3 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -28,10 +28,4 @@ sal_uInt16 SvPtrarr::GetPos( const VoidPtr& aElement ) const return ( n >= nA ? USHRT_MAX : n ); } - -bool CompareSvStringsISortDtor::operator()( String* const& lhs, String* const& rhs ) const -{ - return lhs->CompareIgnoreCaseToAscii( *rhs ) == COMPARE_LESS; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |