diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index ece5750c5c3b..868973a78b15 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -529,7 +529,7 @@ protected: i.e. construct calls Show, and if a11y is enabled this reenters the not-fully constructed object and calls CreateAccessibleDocumentView, so if construct is called - from the ctor then if a derived class is contructed the base-case + from the ctor then if a derived class is constructed the base-case CreateAccessibleDocumentView is used, not the derived CreateAccessibleDocumentView. i.e. run smoketest under a11y with debugging assertions enabled |