cpputools/source/unoexe/unoexe.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit de868f41da66a51185df15a389d9d297c7dda149 Author: Tor Lillqvist <t...@iki.fi> Date: Fri Feb 1 14:10:20 2013 +0200 Don't print an annoying newline every time even if otherwise silent Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3 diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index c5bc7bf..7f3361a 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -671,10 +671,10 @@ SAL_IMPLEMENT_MAIN() if (xComp.is()) xComp->dispose(); +#if OSL_DEBUG_LEVEL > 1 out( "\n" ); +#endif return nRet; } - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits