From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- sw/source/filter/ww1/w1par.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sw/source/filter/ww1/w1par.cxx') diff --git a/sw/source/filter/ww1/w1par.cxx b/sw/source/filter/ww1/w1par.cxx index 6f00243286b1..ba035c80eb2e 100644 --- a/sw/source/filter/ww1/w1par.cxx +++ b/sw/source/filter/ww1/w1par.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include // fuer SwPam +#include #include -#include // class SwTxtNode -#include // Ww1Reader +#include +#include #include #include -#include // StatLine...() -#include // ERR_WW1_... -#include // ResId fuer Statusleiste +#include +#include +#include //---------------------------------------- // Initialisieren der Feld-FilterFlags -- cgit