summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:07:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:07:58 +0000
commit9c522154fa1b33f382bd812c660c6bb64c3e10ae (patch)
tree9168a01e08af7065db0e69af77423d6af6752ebd /automation
parent950f7f110ab7c470a27181339cff9470cf27e620 (diff)
INTEGRATION: CWS hr50 (1.21.2); FILE MERGED
2008/04/10 17:27:32 hr 1.21.2.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/server.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/server/server.cxx b/automation/source/server/server.cxx
index 6a9d76dd8cba..c802d7296048 100644
--- a/automation/source/server/server.cxx
+++ b/automation/source/server/server.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: server.cxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
* This file is part of OpenOffice.org.
*
@@ -809,8 +809,9 @@ BOOL ImplRemoteControl::QueCommands( ULONG nServiceId, SvStream *pIn )
}
if( !pIn->IsEof() )
pCmdStream->Read( nId );
- else
+ else {
DBG_ERROR( "truncated input stream" );
+ }
}
StatementList::bReadingCommands = FALSE;