summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;