From 93a0397f00a747f920d76a705473bcc4934f1793 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 13 Nov 2010 20:41:49 +0100 Subject: m_pDbgWin exists only if OSL_DEBUG_LEVEL > 1 --- automation/source/server/server.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automation/source/server') diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx index 66f6f95ae783..f408cfdc4421 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 -- cgit