From 620d032b1807477ef1e2b547ce772c284aa0da50 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 27 Jul 2017 12:04:27 +0200 Subject: loplugin:constparams in chart2 Change-Id: Ic325b79f04e04aa19e08a60db30b982d90f04c80 Reviewed-on: https://gerrit.libreoffice.org/40480 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/constparams.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compilerplugins/clang/constparams.cxx') diff --git a/compilerplugins/clang/constparams.cxx b/compilerplugins/clang/constparams.cxx index 9f43e90fdc02..76b1b91784a8 100644 --- a/compilerplugins/clang/constparams.cxx +++ b/compilerplugins/clang/constparams.cxx @@ -122,6 +122,9 @@ bool ConstParams::VisitFunctionDecl(FunctionDecl * functionDecl) || name == "ProcessEventsToSignal" // external API || name == "Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_flush" + || name == "egiGraphicExport" + || name == "etiGraphicExport" + || name == "epsGraphicExport" ) return true; } -- cgit