[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 10 16:09:45 UTC 2021


 sfx2/source/sidebar/FocusManager.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 392c4f184817fda684812906a01e2b204395b6a8
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Sep 10 12:26:29 2021 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Fri Sep 10 18:09:07 2021 +0200

    drop stray fprintf
    
    Change-Id: Ide4df588f8642b3eaad6dab4c819ba1914f3e2ba
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121880
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/sfx2/source/sidebar/FocusManager.cxx b/sfx2/source/sidebar/FocusManager.cxx
index ebdc03939d66..ee46f4fb63c2 100644
--- a/sfx2/source/sidebar/FocusManager.cxx
+++ b/sfx2/source/sidebar/FocusManager.cxx
@@ -393,7 +393,6 @@ bool FocusManager::HandleKeyEvent(
                 default:
                     break;
             }
-            fprintf(stderr, "seen here, consumed %d\n", bConsumed);
             break;
         }
 


More information about the Libreoffice-commits mailing list