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 /include/vcl/unohelp.hxx | |
parent | be8aee915815ba77c366d88c07626787e2f74443 (diff) |
drop unused vcl::unohelper::getNaturalStringSorterForAppLocale
Change-Id: Ie85005ceba32ce2de3296f91e4688467b06dee2d
Diffstat (limited to 'include/vcl/unohelp.hxx')
-rw-r--r-- | include/vcl/unohelp.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/unohelp.hxx b/include/vcl/unohelp.hxx index 91168436c3ad..31197999886f 100644 --- a/include/vcl/unohelp.hxx +++ b/include/vcl/unohelp.hxx @@ -52,8 +52,6 @@ namespace unohelper { VCL_DLLPUBLIC ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > CreateBreakIterator(); VCL_DLLPUBLIC ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XCharacterClassification> CreateCharacterClassification(); -//Get access to singleton Natural String Sorter collating for Application::GetLocale -VCL_DLLPUBLIC const comphelper::string::NaturalStringSorter& getNaturalStringSorterForAppLocale(); VCL_DLLPUBLIC OUString CreateLibraryName( const sal_Char* pModName, sal_Bool bSUPD ); VCL_DLLPUBLIC void NotifyAccessibleStateEventGlobally( const ::com::sun::star::accessibility::AccessibleEventObject& rEventObject ); }} // namespace vcl::unohelper |