summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/docvw/SidebarWinAcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/docvw/SidebarWinAcc.cxx')
-rw-r--r--sw/source/core/uibase/docvw/SidebarWinAcc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/docvw/SidebarWinAcc.cxx b/sw/source/core/uibase/docvw/SidebarWinAcc.cxx
index 99ba832a60db..c9201556017b 100644
--- a/sw/source/core/uibase/docvw/SidebarWinAcc.cxx
+++ b/sw/source/core/uibase/docvw/SidebarWinAcc.cxx
@@ -54,7 +54,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
}
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
- getAccessibleParent() throw (css::uno::RuntimeException, std::exception)
+ getAccessibleParent() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
osl::MutexGuard aGuard(maMutex);
@@ -69,7 +69,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
return xAccParent;
}
- virtual sal_Int32 SAL_CALL getAccessibleIndexInParent() throw (css::uno::RuntimeException, std::exception)
+ virtual sal_Int32 SAL_CALL getAccessibleIndexInParent() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{
osl::MutexGuard aGuard(maMutex);