summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/basesh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/basesh.cxx')
-rw-r--r--sw/source/uibase/shells/basesh.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index d7f19331e1f7..80514a60aeb7 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -140,6 +140,7 @@ static sal_uInt8 nFooterPos;
#include <sfx2/msg.hxx>
#include <swslots.hxx>
+#include <AccessibilityCheck.hxx>
namespace
{
SvxContourDlg* GetContourDlg(SwView const &rView)
@@ -2677,7 +2678,10 @@ void SwBaseShell::ExecDlg(SfxRequest &rReq)
}
break;
case SID_ACCESSIBILITY_CHECK:
- {}
+ {
+ AccessibilityCheck aCheck(rSh.GetDoc());
+ aCheck.check();
+ }
break;
default:OSL_FAIL("wrong Dispatcher (basesh.cxx)");
}