summaryrefslogtreecommitdiff
path: root/automation/source/testtool/cmdstrm.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:25:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:25:55 +0000
commit0f696d7a6bb98a60943ecd90d1883feb2e4c7a99 (patch)
treefbf607f41eff7d94e5787a11de1fee2327ce249a /automation/source/testtool/cmdstrm.cxx
parentd67c663bb20fb92857b1d6474593332622a86b15 (diff)
INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED
2006/05/23 23:24:34 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2006/02/02 09:20:02 gh 1.6.10.1: removed compiler warnings
Diffstat (limited to 'automation/source/testtool/cmdstrm.cxx')
-rw-r--r--automation/source/testtool/cmdstrm.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx
index 14c35d4a9082..e043173fd105 100644
--- a/automation/source/testtool/cmdstrm.cxx
+++ b/automation/source/testtool/cmdstrm.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cmdstrm.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 13:59:35 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:25:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,10 +172,10 @@ String CmdStream::WandleKeyEventString( String aKeys )
void CmdStream::WriteSortedParams( SbxArray* rPar, BOOL IsKeyString )
{
USHORT nParams = PARAM_NONE;
- USHORT nNr1,nNr2,nNr3,nNr4;
- comm_ULONG nLNr1;
+ USHORT nNr1=0,nNr2=0,nNr3=0,nNr4=0;
+ comm_ULONG nLNr1=0;
String aString1,aString2;
- BOOL bBool1,bBool2;
+ BOOL bBool1=FALSE,bBool2=FALSE;
if ( rPar )
{