summaryrefslogtreecommitdiff
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-04-05 11:26:58 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-04-05 11:26:58 +0000
commitbd642cd45067e7f7a1136530d266c4ef940995ff (patch)
tree40428c688f17b6689c6675acadfe359b4b7a838f /tools/bootstrp
parentab9733c1ed73ba4705df57ca81156133bbf6b206 (diff)
remove empty statement warning
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/addexes2/mkfilt.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx
index 4d8e8779f85d..1feccb2576f0 100644
--- a/tools/bootstrp/addexes2/mkfilt.cxx
+++ b/tools/bootstrp/addexes2/mkfilt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mkfilt.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oisin $ $Date: 2000-11-03 13:39:54 $
+ * last change: $Author: hjs $ $Date: 2002-04-05 12:26:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,7 +241,9 @@ void MkFilter::Filter()
{
MkLine *pMkLine = pLine->pPrivateTnrLst->GetObject(i);
ByteString aLine = pMkLine->aLine;
- if ( pMkLine->bOut );
+// maybe once used to filter comments??? trailing ';'
+// makes it useless.
+// if ( pMkLine->bOut );
{
while( aLine.SearchAndReplace( aTnr, ByteString::CreateFromInt32( n )) != (USHORT)-1 );
fputs( aLine.GetBuffer(), pOut );