[Libreoffice-commits] core.git: sd/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 19 09:54:50 UTC 2021


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

New commits:
commit 3d8c288deca6257838aa5b9eb56922754b2532a3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 18 17:17:37 2021 +0100
Commit:     Tamás Zolnai <tamas.zolnai at 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 <serval2412 at yahoo.fr>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at 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;


More information about the Libreoffice-commits mailing list