summaryrefslogtreecommitdiff
path: root/include/unotools/collatorwrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-15 10:08:02 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-15 11:51:16 +0000
commit24ada6566044881c95e33fada9d305904db46ad7 (patch)
tree0f340f41c9a2af0630aa43a6378233c19482e4ce /include/unotools/collatorwrapper.hxx
parentcdaee607e89757886d9a2366581c98a393a688e0 (diff)
loplugin:unusedmethods unused return value in include/unotools
Change-Id: I3b2281dc713bff92eb3d80fddef04a8a39838aa8 Reviewed-on: https://gerrit.libreoffice.org/21484 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/collatorwrapper.hxx')
-rw-r--r--include/unotools/collatorwrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/collatorwrapper.hxx b/include/unotools/collatorwrapper.hxx
index a3ef7b531acf..b67d9ee54246 100644
--- a/include/unotools/collatorwrapper.hxx
+++ b/include/unotools/collatorwrapper.hxx
@@ -51,7 +51,7 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper
loadDefaultCollator (
const css::lang::Locale& rLocale, sal_Int32 nOption);
- sal_Int32
+ void
loadCollatorAlgorithm (
const OUString& rAlgorithm,
const css::lang::Locale& rLocale, sal_Int32 nOption);