summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
diff options
context:
space:
mode:
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 ();
}