summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-09-04 22:10:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-09-05 20:42:17 +0200
commitac9ae6fed0c237b27861b718686c2cc23fd1ba5e (patch)
treed99407cb898739ca83f6752c263f12c69badca6a /sd
parentfa1835db77b38047d8c3cea7041d38762c329867 (diff)
Fix typo
Change-Id: I9d6a047a38c9bb3155ffea55a242143f24f563cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139379 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index e75570a79638..e0ae9746f24a 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -414,7 +414,7 @@ protected:
void GetMenuStateSel(SfxItemSet& rSet);
private:
- /** Prevents grabbing focus while loading - see tdf#83773 that intruduced
+ /** Prevents grabbing focus while loading - see tdf#83773 that introduced
the grabbing, and tdf#150773 that needs grabbing disabled on loading
*/
bool mbFirstTimeActivation = true;