summaryrefslogtreecommitdiffstats
path: root/include/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 10:10:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 11:30:43 +0200
commitd5f94d931886a55ec3229e7b860d455037266622 (patch)
tree353bc02ae7f05d97017f616178a9ea04937f5679 /include/sax
parentloplugin:constparams in comphelper,unoidl (diff)
downloadcore-d5f94d931886a55ec3229e7b860d455037266622.tar.gz
core-d5f94d931886a55ec3229e7b860d455037266622.zip
loplugin:constparams in basegfx,sax,shell
Change-Id: I90a9d105a6db146ae64cff56983def94b9472a95 Reviewed-on: https://gerrit.libreoffice.org/40043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fastattribs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index 4147ac978f44..a7b34dd36dff 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -66,7 +66,7 @@ class SAX_DLLPUBLIC FastTokenHandlerBase
*/
static sal_Int32 getTokenFromChars(
const css::uno::Reference<css::xml::sax::XFastTokenHandler > &xTokenHandler,
- FastTokenHandlerBase *pTokenHandler /* can be NULL */,
+ const FastTokenHandlerBase *pTokenHandler /* can be NULL */,
const char *pStr, size_t nLength );
};