diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 15:54:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 20:49:15 +0200 |
commit | 5176c1dd609939df388d58871dfa7db789e13523 (patch) | |
tree | 487fc3e63ca2ab92ff37bbabca32f3841d84408d /compilerplugins/clang/constparams.cxx | |
parent | 4dd34cd4b829bdc1679b11f19e957313f11620cd (diff) |
loplugin:constparams in sw part1
Change-Id: Id8d8afe268a82585ec2d3699411073dfb905d6ba
Reviewed-on: https://gerrit.libreoffice.org/40734
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx index 54501dc527db..b79d9cd27ebf 100644 --- a/compilerplugins/clang/constparams.cxx +++ b/compilerplugins/clang/constparams.cxx @@ -161,6 +161,8 @@ bool ConstParams::VisitFunctionDecl(const FunctionDecl * functionDecl) || name == "PyUNO_setattr" || name == "PyUNOStruct_setattr" || name == "PyUNOStruct_getattr" + || name == "GoNext" + || name == "GoPrevious" // #ifdef win32 || name == "convert_slashes" // UNO component entry points |