summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-02-18 17:17:37 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2021-02-19 10:54:11 +0100
commit3d8c288deca6257838aa5b9eb56922754b2532a3 (patch)
tree6a716d97b06fa50c9db8ab80310a2696b74ed758 /sd/source
parentb9921adae997579915b4600c688719620f9adaf6 (diff)
Fix typo
Change-Id: Ia84a41df2359180ddd615aeb5ea6c9915e311e3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111154 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/view/drawview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index deaa309e5031..10cd6db42f6f 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -424,7 +424,7 @@ void DrawView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint)
if(SdrHintKind::SwitchToPage == eHintKind)
{
// We switch page only in the current view, which triggered this event
- // and keep other views ontouched.
+ // and keep other views untouched.
SfxViewShell* pViewShell = SfxViewShell::Current();
if(pViewShell && pViewShell != &mpDrawViewShell->GetViewShellBase())
return;