diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:08:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:08:42 +0000 |
commit | 19ddb5877fce5a1e114641d4defb858a7b37d4e1 (patch) | |
tree | 4d9bb1bb0698fa745bbd7e69a0a286fbef64d531 /tools/bootstrp | |
parent | 249ae3004dc0fb725f88e13790b71c5b30c13ec3 (diff) |
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)
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/addexes2/mkfilt.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx index 8a1be318f08f..18dcaa28a6fc 100644 --- a/tools/bootstrp/addexes2/mkfilt.cxx +++ b/tools/bootstrp/addexes2/mkfilt.cxx @@ -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" ); |