vcl/source/window/window.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fa9e73a5b07c828ac6377fc3b40d3c71d4b3a41
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 8 14:36:28 2021 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Jul 8 17:46:09 2021 +0200

    tidy up comment formatting
    
    Change-Id: I706fa295f6f75ff3c80c8107ab8aa08dc3a43902
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118644
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index fa029f89400f..61bcc8ce57a0 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1803,7 +1803,7 @@ void Window::KeyInput( const KeyEvent& rKEvt )
     KeyCode cod = rKEvt.GetKeyCode ();
     bool autoacc = ImplGetSVData()->maNWFData.mbAutoAccel;
 
-    // do not respond to accelerators unless Alt or Ctrl is held */
+    // do not respond to accelerators unless Alt or Ctrl is held
     if (cod.GetCode () >= 0x200 && cod.GetCode () <= 0x219)
     {
         if (autoacc && cod.GetModifier () != KEY_MOD2 && !(cod.GetModifier() & 
KEY_MOD1))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to