[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - vcl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 18 09:52:52 UTC 2021


 vcl/source/control/button.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5dd164b100934e8414e2643b8d6d0b07c33a71b3
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jan 17 20:20:54 2021 +0000
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Mon Jan 18 10:52:19 2021 +0100

    Related: rhbz#1889257 spurious debugging output
    
    Change-Id: I5d8f5d5673a59c42c2da90e57aae98654b432da2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109482
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 3ad6fded02d7..f84bbfb490bf 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -1537,7 +1537,6 @@ void PushButton::SetState( TriState eState )
 void PushButton::statusChanged(const css::frame::FeatureStateEvent& rEvent)
 {
     Button::statusChanged(rEvent);
-    fprintf(stderr, "State is %d\n", rEvent.State.has<bool>());
     if (rEvent.State.has<bool>())
         SetPressed(rEvent.State.get<bool>());
 }


More information about the Libreoffice-commits mailing list