summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-03 16:17:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-04 08:16:00 +0200
commit2c7aa60b69967a80b7874503f0e9e85546a04cde (patch)
treeee4771fdf9b558e370859e7f7252be07065e62b1 /filter/source/xsltfilter
parentloplugin:constmethod in formula (diff)
downloadcore-2c7aa60b69967a80b7874503f0e9e85546a04cde.tar.gz
core-2c7aa60b69967a80b7874503f0e9e85546a04cde.zip
loplugin:constmethod in filter
Change-Id: Ib337c45c0ee7de881313b000bf2f8d816fd17884 Reviewed-on: https://gerrit.libreoffice.org/78565 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/xsltfilter')
-rw-r--r--filter/source/xsltfilter/LibXSLTTransformer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xsltfilter/LibXSLTTransformer.hxx b/filter/source/xsltfilter/LibXSLTTransformer.hxx
index 2b31a87914bd..d646d5dbfc43 100644
--- a/filter/source/xsltfilter/LibXSLTTransformer.hxx
+++ b/filter/source/xsltfilter/LibXSLTTransformer.hxx
@@ -162,13 +162,13 @@ namespace XSLT
error(const OUString& msg);
const OString&
- getStyleSheetURL() { return m_styleSheetURL; }
+ getStyleSheetURL() const { return m_styleSheetURL; }
const ::std::map<const char*, OString>&
- getParameters() { return m_parameters; }
+ getParameters() const { return m_parameters; }
const css::uno::Reference<css::uno::XComponentContext>&
- getComponentContext() {
+ getComponentContext() const {
return m_xContext;
}