diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-21 20:03:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-22 09:34:35 +0200 |
commit | d5b07dc9c0185e59077e54c91792476dcbba8d44 (patch) | |
tree | fa77258288df99fe68fdd32846f804932def0269 /include | |
parent | f949d8665e83ece5648af0a73a675036067b88e2 (diff) |
loplugin:constmethod in canvas,comphelper
Change-Id: I8790355369159b2325d3992712b2f65e0401db86
Reviewed-on: https://gerrit.libreoffice.org/77930
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/logging.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index 67898408bef6..1a9d9ac367a2 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -124,7 +124,7 @@ namespace comphelper impl_log(_nLogLevel, nullptr, nullptr, rMessage); } - const css::uno::Reference<css::logging::XLogger> & getLogger(); + const css::uno::Reference<css::logging::XLogger> & getLogger() const; /** logs a given message, replacing a placeholder in the message with an argument |