summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/pview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/pview.cxx')
-rw-r--r--sw/source/uibase/uiview/pview.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx
index 2cc610fde482..5c8629535f77 100644
--- a/sw/source/uibase/uiview/pview.cxx
+++ b/sw/source/uibase/uiview/pview.cxx
@@ -1826,22 +1826,6 @@ uno::Reference< ::com::sun::star::accessibility::XAccessible >
return GetAccessible( false );
}
-// MT: Removed Windows::SwitchView() introduced with IA2 CWS.
-// There are other notifications for this when the active view has chnaged, so please update the code to use that event mechanism
-void SwPagePreviewWin::SwitchView()
-{
-#ifdef ACCESSIBLE_LAYOUT
- if (!Application::IsAccessibilityEnabled())
- {
- return ;
- }
- if (mpViewShell)
- {
- mpViewShell->InvalidateAccessibleFocus();
- }
-#endif
-}
-
void SwPagePreview::ApplyAccessiblityOptions(SvtAccessibilityOptions& rAccessibilityOptions)
{
GetViewShell()->ApplyAccessiblityOptions(rAccessibilityOptions);