summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-21 20:06:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 10:34:00 +0200
commit9082e4df0133cdf13d10dac2a8fa293b4405463b (patch)
tree7b55e53e5a3925a442fc4f98e0bfe925f8fbc380 /include/sax
parentb1dc8e2379b53c3d57283d43655cf4d51d586ec0 (diff)
loplugin:constmethod in sax
Change-Id: I73e8322107d4c3f8890f6c1d059e4853de489d6e Reviewed-on: https://gerrit.libreoffice.org/77932 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/tools/documenthandleradapter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/tools/documenthandleradapter.hxx b/include/sax/tools/documenthandleradapter.hxx
index 202bfbcb42a2..0296abfd669e 100644
--- a/include/sax/tools/documenthandleradapter.hxx
+++ b/include/sax/tools/documenthandleradapter.hxx
@@ -86,7 +86,7 @@ namespace sax
m_handler = delegate;
}
const css::uno::Reference< css::xml::sax::XDocumentHandler >&
- getDelegate()
+ getDelegate() const
{
return m_handler;
}
@@ -196,7 +196,7 @@ namespace sax
m_handler = delegate;
}
const css::uno::Reference< css::xml::sax::XExtendedDocumentHandler >&
- getDelegate()
+ getDelegate() const
{
return m_handler;
}