[Libreoffice-commits] .: sdext/source
Michael Meeks
michael at kemper.freedesktop.org
Mon Dec 5 14:30:41 PST 2011
sdext/source/presenter/PresenterProtocolHandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ccc0361bf3a0be5a123679e6086bc4a03ab1d7b
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Dec 5 22:30:19 2011 +0000
WaE: fix Mac build wrt. fprintf
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx
index c801462..46668b3 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.cxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.cxx
@@ -613,7 +613,7 @@ SwitchMonitorCommand::SwitchMonitorCommand (
void SwitchMonitorCommand::Execute (void)
{
- fprintf (stderr, "Switch monitor !\n");
+// fprintf (stderr, "Switch monitor !\n");
}
//===== SetNotesViewCommand ===================================================
More information about the Libreoffice-commits
mailing list