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 /sax/inc | |
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 'sax/inc')
-rw-r--r-- | sax/inc/xml2utf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/inc/xml2utf.hxx b/sax/inc/xml2utf.hxx index 18b238844220..44e4b461293e 100644 --- a/sax/inc/xml2utf.hxx +++ b/sax/inc/xml2utf.hxx @@ -80,7 +80,7 @@ public: ~XMLFile2UTFConverter(); - void setInputStream( css::uno::Reference< css::io::XInputStream > &r ) { m_in = r; } + void setInputStream( css::uno::Reference< css::io::XInputStream > const &r ) { m_in = r; } void setEncoding( const OString &s ) { m_sEncoding = s; } |