summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-27 15:33:53 +0300
committerTor Lillqvist <tml@collabora.com>2017-03-27 18:02:31 +0300
commit4bb389319ec4510e16a519d229a452211112a04f (patch)
tree3d074be3fd40de7a30fa63dcadaab15a0f9362aa /i18npool
parent88637db0efc1dc56e34627e71e26cc5aab5dc803 (diff)
loplugin:redundantinline
Change-Id: I3b82d6c6d970545a64b97f84c2c6da8271551a4c
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/breakiterator_unicode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_unicode.cxx b/i18npool/source/breakiterator/breakiterator_unicode.cxx
index 3f9dce9c81ba..2256755e85be 100644
--- a/i18npool/source/breakiterator/breakiterator_unicode.cxx
+++ b/i18npool/source/breakiterator/breakiterator_unicode.cxx
@@ -65,7 +65,7 @@ class OOoRuleBasedBreakIterator : public RuleBasedBreakIterator
public:
#if (U_ICU_VERSION_MAJOR_NUM < 58)
// RuleBasedBreakIterator::setBreakType() is private as of ICU 58.
- inline void publicSetBreakType(int32_t type)
+ void publicSetBreakType(int32_t type)
{
setBreakType(type);
};