diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-03 15:19:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-04 08:54:46 +0100 |
commit | b14d791fc0b1e7087cd4131d93ebb12729cc728d (patch) | |
tree | 9b3b9cc329914e393feb5f6e47a4d3f0c257a76c /vcl/source/control | |
parent | be8aee915815ba77c366d88c07626787e2f74443 (diff) |
drop unused vcl::unohelper::getNaturalStringSorterForAppLocale
Change-Id: Ie85005ceba32ce2de3296f91e4688467b06dee2d
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/ilstbox.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx index 7684ca8bcad7..ac7631950081 100644 --- a/vcl/source/control/ilstbox.cxx +++ b/vcl/source/control/ilstbox.cxx @@ -151,17 +151,6 @@ namespace }; } -namespace vcl -{ - namespace unohelper - { - const comphelper::string::NaturalStringSorter& getNaturalStringSorterForAppLocale() - { - return theSorter::get(); - } - } -} - sal_uInt16 ImplEntryList::InsertEntry( sal_uInt16 nPos, ImplEntryType* pNewEntry, sal_Bool bSort ) { if ( !!pNewEntry->maImage ) |