summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-19 11:09:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-20 08:50:48 +0200
commit14d45665433eec974acd96f813f2bf314bdb3eba (patch)
tree814e8fc8448754fa32ad447095a4353ab4dfb7d1 /sal
parentuse std::unique_ptr in EscherSolverContainer (diff)
downloadcore-14d45665433eec974acd96f813f2bf314bdb3eba.tar.gz
core-14d45665433eec974acd96f813f2bf314bdb3eba.zip
loplugin:constmethod in codemaker,registry,store
Change-Id: Ie75875974f054ff79bd64b1c261e79e2b78eb7fc Reviewed-on: https://gerrit.libreoffice.org/43540 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/textenc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index d435c8f317e2..d78302121334 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -395,7 +395,7 @@ public:
}
}
- ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
+ ImplTextEncodingData const * get(rtl_TextEncoding encoding) const {
return (*function_)(encoding);
}