[Libreoffice-commits] .: automation/source
David Tardon
dtardon at kemper.freedesktop.org
Sat Nov 13 11:56:36 PST 2010
automation/source/server/server.cxx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
New commits:
commit a117ee0f222a74dcbd8d54bc9f4de9e029a16b4d
Author: David Tardon <dtardon at redhat.com>
Date: Sat Nov 13 20:55:13 2010 +0100
remove no-effect stmt
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index fef28b5..eb4a6a3 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -823,12 +823,8 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) );
}
-#ifdef DEBUG
- else
- m_bInsideExecutionLoop = TRUE;
-#endif
return TRUE;
-} // BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
+}
SvStream* ImplRemoteControl::GetReturnStream()
More information about the Libreoffice-commits
mailing list