summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:43:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:43:59 +0000
commitf4aa00524be6e1808f3fbb7631c37e512c334b0d (patch)
tree53cba2bfe573fb98c6f86352d2bab5ac9f4b4a17 /idl
parent413ed3610018d206cca14ee3436b25fe565293db (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/27 16:03:19 sb 1.3.4.2: #i53898# Made code warning-free. 2005/10/14 11:27:24 sb 1.3.4.1: #i53898# Made code warning-free.
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/svidl.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx
index 78818a8a67..241440a42f 100644
--- a/idl/source/prj/svidl.cxx
+++ b/idl/source/prj/svidl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svidl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:53:19 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:43:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,8 +47,6 @@
#include <tools/string.hxx>
#endif
-#pragma hdrstop
-
#define BR 0x8000
BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVerschieben )
{
@@ -65,7 +63,6 @@ BOOL FileMove_Impl( const String & rFile1, const String & rFile2, BOOL bImmerVer
BYTE * pBuf2 = new BYTE[ BR ];
nC1 = aOutStm1.Read( pBuf1, BR );
nC2 = aOutStm2.Read( pBuf2, BR );
- BOOL bOk = TRUE;
while( nC1 == nC2 )
{
if( memcmp( pBuf1, pBuf2, nC1 ) )
@@ -147,7 +144,7 @@ int cdecl main ( int argc, char ** argv)
String aTmpDocuFile;
SvCommand aCommand( argc, argv );
- Init( aCommand );
+ Init();
SvIdlWorkingBase * pDataBase = new SvIdlWorkingBase();
int nExit = 0;