diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 16:49:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 21:32:05 +0200 |
commit | 98d7b40986afaf35894f8a7b36530975cae73fa9 (patch) | |
tree | 27f059b6118e93a0244b1945e76459bcb560b80d /compilerplugins/clang/constparams.cxx | |
parent | f060d6450702c9992948266385aea9aa06000a8a (diff) |
loplugin:constparams in sw part2
Change-Id: I51ae0e8caaf46f141d3d15ace47612df1e476de7
Reviewed-on: https://gerrit.libreoffice.org/40735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/constparams.cxx')
-rw-r--r-- | compilerplugins/clang/constparams.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx index b79d9cd27ebf..4f683317f3a8 100644 --- a/compilerplugins/clang/constparams.cxx +++ b/compilerplugins/clang/constparams.cxx @@ -163,6 +163,7 @@ bool ConstParams::VisitFunctionDecl(const FunctionDecl * functionDecl) || name == "PyUNOStruct_getattr" || name == "GoNext" || name == "GoPrevious" + || name == "lcl_SetOtherLineHeight" // #ifdef win32 || name == "convert_slashes" // UNO component entry points |