summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 14:02:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 15:33:40 +0100
commit2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482 (patch)
tree2a4e583c85dee9573e106d217dddd4810d649d25 /sd
parent9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (diff)
Fix typos
Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41 Reviewed-on: https://gerrit.libreoffice.org/48833 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/ViewShell.hxx2
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