INTEGRATION: CWS hr50 (1.9.114); FILE MERGED
2008/03/03 13:41:14 hr 1.9.114.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
parent
249ae3004d
commit
19ddb5877f
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: mkfilt.cxx,v $
|
||||
* $Revision: 1.10 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -192,8 +192,9 @@ void MkFilter::Filter()
|
|||
if ( bInTnrList )
|
||||
pTnrLst->Insert( pMkLine, LIST_APPEND );
|
||||
}
|
||||
else
|
||||
else {
|
||||
/* Zeilen ignorieren */;
|
||||
}
|
||||
} // End Of File
|
||||
fprintf( stderr, "\n" );
|
||||
|
||||
|
|
Loading…
Reference in a new issue