sd/source/ui/view/drawview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d8c288deca6257838aa5b9eb56922754b2532a3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 18 17:17:37 2021 +0100
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Fri Feb 19 10:54:11 2021 +0100

    Fix typo
    
    Change-Id: Ia84a41df2359180ddd615aeb5ea6c9915e311e3f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111154
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to