From 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 3 Mar 2017 20:57:02 +0100 Subject: Remove redundant 'inline' keyword ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- i18npool/source/search/levdis.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source/search') diff --git a/i18npool/source/search/levdis.hxx b/i18npool/source/search/levdis.hxx index e469a6a6d906..daf8778806a3 100644 --- a/i18npool/source/search/levdis.hxx +++ b/i18npool/source/search/levdis.hxx @@ -181,7 +181,7 @@ public: void CalcLPQR( int nOtherX, int nShorterY, int nLongerZ, bool bRelaxed ); - inline int GetLimit() const { return nLimit; } + int GetLimit() const { return nLimit; } // Calculate current balance, keep this inline for performance reasons! // c == cpPattern[jj] == cString[ii] -- cgit