diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 10:10:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-17 11:30:43 +0200 |
commit | d5f94d931886a55ec3229e7b860d455037266622 (patch) | |
tree | 353bc02ae7f05d97017f616178a9ea04937f5679 /include | |
parent | ff8e463ab486ae863ab3a86ce957f01ed7f8af90 (diff) |
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')
-rw-r--r-- | include/sax/fastattribs.hxx | 2 |
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 ); }; |