vcl/source/control/button.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 5dd164b100934e8414e2643b8d6d0b07c33a71b3
Author: Caolán McNamara <[email protected]>
AuthorDate: Sun Jan 17 20:20:54 2021 +0000
Commit: Xisco Fauli <[email protected]>
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 <[email protected]>
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>());
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits