[Libreoffice-commits] .: automation/source
David Tardon
dtardon at kemper.freedesktop.org
Sat Nov 13 11:42:40 PST 2010
automation/source/server/server.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 94e7cf5509e00e4f5ae0e554a009e6a5a67ea0f5
Author: David Tardon <dtardon at redhat.com>
Date: Sat Nov 13 20:41:49 2010 +0100
m_pDbgWin exists only if OSL_DEBUG_LEVEL > 1
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index d163304..fef28b5 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -817,7 +817,7 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
#endif
if ( !m_bInsideExecutionLoop )
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
m_pDbgWin->AddText( "Posting Event for CommandHdl.\n" );
#endif
More information about the Libreoffice-commits
mailing list