sdext/source/presenter/PresenterProtocolHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ccc0361bf3a0be5a123679e6086bc4a03ab1d7b Author: Michael Meeks <[email protected]> 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 =================================================== _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
