diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:09:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:09:16 +0000 |
commit | 978892b59aeafda4439b77358e90cea88abd6925 (patch) | |
tree | 009b6e259cd36099c9b8d5498ec09d68c49b3f4b /tools/bootstrp/addexes2 | |
parent | 5f829e2c55ce269a95d5848d81620cd2f7cc3857 (diff) |
INTEGRATION: CWS pathoptions01 (1.6.14); FILE MERGED
2006/07/06 10:17:35 hjs 1.6.14.1: #i10000# fix mkunroll
Diffstat (limited to 'tools/bootstrp/addexes2')
-rw-r--r-- | tools/bootstrp/addexes2/mkfilt.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx index 0832264a6bda..b22618d874fb 100644 --- a/tools/bootstrp/addexes2/mkfilt.cxx +++ b/tools/bootstrp/addexes2/mkfilt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mkfilt.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:23:12 $ + * last change: $Author: obo $ $Date: 2006-07-13 12:09:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,12 +214,9 @@ void MkFilter::Filter() { MkLine *pMkLine = pLine->pPrivateTnrLst->GetObject(i); ByteString aLine = pMkLine->aLine; - if ( pMkLine->bOut ) - { - while( aLine.SearchAndReplace( aTnr, ByteString::CreateFromInt32( n )) != (USHORT)-1 ); - fputs( aLine.GetBuffer(), pOut ); - fprintf( stderr, "o" ); - } + while( aLine.SearchAndReplace( aTnr, ByteString::CreateFromInt32( n )) != (USHORT)-1 ); + fputs( aLine.GetBuffer(), pOut ); + fprintf( stderr, "o" ); } } if ( pLine->pPrivateTnrLst != NULL ) |