summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-02 14:27:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-03 10:33:23 +0200
commit1e8f0940e6c6246e53550ac48eaae4f416e61777 (patch)
tree813a29491bf82b061cc574dc68b7a05f5764862a /svx/source/accessibility/ChildrenManager.cxx
parent602c6097850d6d659b760bdb0dd83baa906d416c (diff)
loplugin:constmethod in svx
Change-Id: I6ae7c04479e3ea8ecd7535c33224a5e7095b64bb Reviewed-on: https://gerrit.libreoffice.org/78396 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/accessibility/ChildrenManager.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx
index 7bc2e8f7725b..e92f7b2fdd68 100644
--- a/svx/source/accessibility/ChildrenManager.cxx
+++ b/svx/source/accessibility/ChildrenManager.cxx
@@ -100,7 +100,7 @@ void ChildrenManager::UpdateSelection()
mpImpl->UpdateSelection ();
}
-bool ChildrenManager::HasFocus()
+bool ChildrenManager::HasFocus() const
{
return mpImpl->HasFocus ();
}