diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:43:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:43:59 +0000 |
commit | 6e60e9ea796419f44c2cfbd1b613146ef5420200 (patch) | |
tree | 232e5a256478307bd18fe253fbb6448e948e58c2 /idl/source | |
parent | df736f50d7c9980b3af8b54fabd041d0e09c47f8 (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/source')
-rw-r--r-- | idl/source/prj/svidl.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/idl/source/prj/svidl.cxx b/idl/source/prj/svidl.cxx index c28522244f17..4febd72d4649 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; |