From 51fa45c8b8ee2ff37beef9639dc1ce5ed1e38e8f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 4 Sep 2019 16:07:56 +0200 Subject: loplugin:constmethod in cui Change-Id: I06ffacbb02f3e9088e9c1a51e0e3e0d65d356f62 Reviewed-on: https://gerrit.libreoffice.org/78602 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/customize/CustomNotebookbarGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/customize/CustomNotebookbarGenerator.cxx') diff --git a/cui/source/customize/CustomNotebookbarGenerator.cxx b/cui/source/customize/CustomNotebookbarGenerator.cxx index dee8e141d37c..9bff37e428d7 100644 --- a/cui/source/customize/CustomNotebookbarGenerator.cxx +++ b/cui/source/customize/CustomNotebookbarGenerator.cxx @@ -176,7 +176,7 @@ static void searchNodeAndAttribute(xmlNode* pNodePtr, char* pUIItemID, char* pPr } } -static xmlDocPtr notebookbarXMLParser(char* pDocName, char* pUIItemID, char* pProperty, +static xmlDocPtr notebookbarXMLParser(const char* pDocName, char* pUIItemID, char* pProperty, char* pValue) { xmlDocPtr pDocPtr; -- cgit