summaryrefslogtreecommitdiffstats
path: root/include/i18nutil
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-13 08:46:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-13 12:44:31 +0100
commita987aa3be73ec29917567d16886c017ac9a0a3d8 (patch)
tree6180d495af35b8a1bf34e955b0ea5e49ca2a355c /include/i18nutil
parentsal_uLong->void* for userdata in Menu (diff)
downloadcore-a987aa3be73ec29917567d16886c017ac9a0a3d8.tar.gz
core-a987aa3be73ec29917567d16886c017ac9a0a3d8.zip
Make loplugin:salcall look into macros too
"Indirect" calls to isSallCallFunction (for canonic and overridden FunctionDecls) already needed to handle many cases of FunctionDecls spanning macros, so it isn't that much more work to make that also work for cases called directly from VisitFunctionDecl. Change-Id: I529f148c8872b86aa1ef082c6cb73db8ab1866e7 Reviewed-on: https://gerrit.libreoffice.org/46367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/unicode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/i18nutil/unicode.hxx b/include/i18nutil/unicode.hxx
index 6175e19fffd9..b3563e529a38 100644
--- a/include/i18nutil/unicode.hxx
+++ b/include/i18nutil/unicode.hxx
@@ -42,9 +42,9 @@ public:
static sal_Unicode getUnicodeScriptStart(css::i18n::UnicodeScript type);
static sal_Unicode getUnicodeScriptEnd(css::i18n::UnicodeScript type);
static sal_uInt8 getUnicodeDirection( const sal_Unicode ch );
- static bool SAL_CALL isControl( const sal_Unicode ch);
- static bool SAL_CALL isAlpha( const sal_Unicode ch);
- static bool SAL_CALL isSpace( const sal_Unicode ch);
+ static bool isControl( const sal_Unicode ch);
+ static bool isAlpha( const sal_Unicode ch);
+ static bool isSpace( const sal_Unicode ch);
static bool isWhiteSpace( const sal_Unicode ch);
//Map an ISO 15924 script code to Latin/Asian/Complex/Weak