summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ascii/parasc.cxx4
-rw-r--r--sw/source/filter/ascii/wrtasc.cxx4
-rw-r--r--sw/source/filter/basflt/fltini.cxx2
-rw-r--r--sw/source/filter/basflt/shellio.cxx4
-rw-r--r--sw/source/filter/html/swhtml.cxx8
-rw-r--r--sw/source/filter/html/wrthtml.cxx6
-rw-r--r--sw/source/filter/inc/msfilter.hxx10
-rw-r--r--sw/source/filter/inc/wrt_fn.hxx2
-rw-r--r--sw/source/filter/ww1/fltshell.cxx14
-rw-r--r--sw/source/filter/ww1/w1filter.cxx2
-rw-r--r--sw/source/filter/ww1/w1par.cxx12
-rw-r--r--sw/source/filter/ww8/styles.cxx6
-rw-r--r--sw/source/filter/ww8/writerhelper.cxx44
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx14
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx2
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx8
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx2
-rw-r--r--sw/source/filter/ww8/wrtww8gr.cxx6
-rw-r--r--sw/source/filter/ww8/ww8atr.cxx12
-rw-r--r--sw/source/filter/ww8/ww8graf.cxx8
-rw-r--r--sw/source/filter/ww8/ww8graf2.cxx10
-rw-r--r--sw/source/filter/ww8/ww8par.cxx16
-rw-r--r--sw/source/filter/ww8/ww8par.hxx6
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx18
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx6
-rw-r--r--sw/source/filter/ww8/ww8par3.cxx2
-rw-r--r--sw/source/filter/ww8/ww8par4.cxx6
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx20
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx10
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx6
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx4
-rw-r--r--sw/source/filter/xml/swxml.cxx2
-rw-r--r--sw/source/filter/xml/xmlexp.cxx2
-rw-r--r--sw/source/filter/xml/xmlimp.cxx2
-rw-r--r--sw/source/filter/xml/xmlithlp.hxx4
-rw-r--r--sw/source/filter/xml/xmltble.cxx2
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
37 files changed, 144 insertions, 144 deletions
diff --git a/sw/source/filter/ascii/parasc.cxx b/sw/source/filter/ascii/parasc.cxx
index 290f7e5811b1..058e67a78943 100644
--- a/sw/source/filter/ascii/parasc.cxx
+++ b/sw/source/filter/ascii/parasc.cxx
@@ -36,8 +36,8 @@
#include <pagedesc.hxx>
#include <breakit.hxx>
#include <swerror.h>
-#include <statstr.hrc> // ResId for the status bar
-#include <mdiexp.hxx> // ...Percent()
+#include <statstr.hrc>
+#include <mdiexp.hxx>
#include <poolfmt.hxx>
#include "vcl/metric.hxx"
diff --git a/sw/source/filter/ascii/wrtasc.cxx b/sw/source/filter/ascii/wrtasc.cxx
index 3b03c5b99b48..083e76594e56 100644
--- a/sw/source/filter/ascii/wrtasc.cxx
+++ b/sw/source/filter/ascii/wrtasc.cxx
@@ -23,13 +23,13 @@
#include <pam.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
-#include <mdiexp.hxx> // ...Percent()
+#include <mdiexp.hxx>
#include <docary.hxx>
#include <fmtcntnt.hxx>
#include <frmfmt.hxx>
#include <wrtasc.hxx>
-#include <statstr.hrc> // ResId for status bar
+#include <statstr.hrc>
//-----------------------------------------------------------------
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 06c14cf1f0a9..897006ff1f31 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -18,7 +18,7 @@
*/
#include <string.h>
-#include <stdio.h> // sscanf
+#include <stdio.h>
#include <hintids.hxx>
#include <i18nlangtag/lang.h>
#include <i18nlangtag/languagetag.hxx>
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 3d40cb8456d4..a81df40f893e 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -40,8 +40,8 @@
#include <IDocumentUndoRedo.hxx>
#include <pam.hxx>
#include <editsh.hxx>
-#include <undobj.hxx> // fuer Undo Insert-Dokument
-#include <swundo.hxx> // fuer Undo Insert-Dokument
+#include <undobj.hxx>
+#include <swundo.hxx>
#include <swtable.hxx>
#include <tblsel.hxx>
#include <pagedesc.hxx>
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx
index 7272b35c0bb3..787bb0ebc199 100644
--- a/sw/source/filter/html/swhtml.cxx
+++ b/sw/source/filter/html/swhtml.cxx
@@ -82,13 +82,13 @@
#include <IDocumentUndoRedo.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
-#include <mdiexp.hxx> // ...Percent()
+#include <mdiexp.hxx>
#include <expfld.hxx>
#include <poolfmt.hxx>
#include <pagedesc.hxx>
-#include <IMark.hxx> // fuer SwBookmark ...
+#include <IMark.hxx>
#include <docsh.hxx>
-#include <editsh.hxx> // fuer Start/EndAction
+#include <editsh.hxx>
#include <docufld.hxx>
#include <swcss1.hxx>
#include <htmlvsh.hxx>
@@ -102,7 +102,7 @@
#include <sfx2/viewfrm.hxx>
-#include <statstr.hrc> // ResId fuer Statusleiste
+#include <statstr.hrc>
#include <swerror.h>
#define FONTSIZE_MASK 7
diff --git a/sw/source/filter/html/wrthtml.cxx b/sw/source/filter/html/wrthtml.cxx
index d9e3b8e08368..5a748dcdde74 100644
--- a/sw/source/filter/html/wrthtml.cxx
+++ b/sw/source/filter/html/wrthtml.cxx
@@ -59,10 +59,10 @@
#include <pam.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
-#include <mdiexp.hxx> // ...Percent()
+#include <mdiexp.hxx>
#include <fltini.hxx>
#include <viewopt.hxx>
-#include <IMark.hxx> // fuer SwBookmark ...
+#include <IMark.hxx>
#include <poolfmt.hxx>
#include <pagedesc.hxx>
#include <section.hxx>
@@ -74,7 +74,7 @@
#include <htmlnum.hxx>
#include <htmlfly.hxx>
#include <swmodule.hxx>
-#include <statstr.hrc> // ResId fuer Statusleiste
+#include <statstr.hrc>
#include <swerror.h>
#include <rtl/strbuf.hxx>
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index f33696ca7f10..c2e043439510 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -23,12 +23,12 @@
#include <set>
#include <map>
#include <vector>
-#include <swtypes.hxx> //SwTwips
-#include "wwstyles.hxx" //ww::sti
-#include <rtl/textenc.h> //rtl_TextEncoding
-#include <tools/gen.hxx> //Size
+#include <swtypes.hxx>
+#include "wwstyles.hxx"
+#include <rtl/textenc.h>
+#include <tools/gen.hxx>
#include <filter/msfilter/util.hxx>
-#include <fltshell.hxx> // fuer den Attribut Stack
+#include <fltshell.hxx>
#include <redline.hxx>
#include <shellio.hxx>
#include <svl/zforlist.hxx>
diff --git a/sw/source/filter/inc/wrt_fn.hxx b/sw/source/filter/inc/wrt_fn.hxx
index 4d6d75200657..6e126c97d589 100644
--- a/sw/source/filter/inc/wrt_fn.hxx
+++ b/sw/source/filter/inc/wrt_fn.hxx
@@ -18,7 +18,7 @@
*/
#ifndef _WRT_FN_HXX
#define _WRT_FN_HXX
-#include "hintids.hxx" // fuer die Konstanten
+#include "hintids.hxx"
// einige Forward-Deklarationen
class SwNode;
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 459705f55293..1a8b816d6525 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -48,15 +48,15 @@
#include <doc.hxx>
#include <ndtxt.hxx>
#include <frmatr.hxx>
-#include <fldbas.hxx> // RES_SETEXPFLD
-#include <charatr.hxx> // class SwFmtRefMark
-#include <swtable.hxx> // class SwTableLines, ...
+#include <fldbas.hxx>
+#include <charatr.hxx>
+#include <swtable.hxx>
#include <tox.hxx>
-#include <expfld.hxx> // SwExpField
-#include <section.hxx> // class SwSection
-#include <tblsel.hxx> // class SwSelBoxes
+#include <expfld.hxx>
+#include <section.hxx>
+#include <tblsel.hxx>
#include <pagedesc.hxx>
-#include <docsh.hxx> // class SwDocSh
+#include <docsh.hxx>
#include <fltshell.hxx>
#include <viewsh.hxx>
#include <shellres.hxx>
diff --git a/sw/source/filter/ww1/w1filter.cxx b/sw/source/filter/ww1/w1filter.cxx
index 610233a877fc..a5c1e8e38d3c 100644
--- a/sw/source/filter/ww1/w1filter.cxx
+++ b/sw/source/filter/ww1/w1filter.cxx
@@ -50,7 +50,7 @@
#include <expfld.hxx>
#include <docufld.hxx>
#include <ftninfo.hxx>
-#include <section.hxx> // class SwSection
+#include <section.hxx>
#include <fltini.hxx>
#include <w1par.hxx>
#include <docsh.hxx>
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 <pam.hxx> // fuer SwPam
+#include <pam.hxx>
#include <doc.hxx>
-#include <ndtxt.hxx> // class SwTxtNode
-#include <fltini.hxx> // Ww1Reader
+#include <ndtxt.hxx>
+#include <fltini.hxx>
#include <w1par.hxx>
#include <swfltopt.hxx>
-#include <mdiexp.hxx> // StatLine...()
-#include <swerror.h> // ERR_WW1_...
-#include <statstr.hrc> // ResId fuer Statusleiste
+#include <mdiexp.hxx>
+#include <swerror.h>
+#include <statstr.hrc>
//----------------------------------------
// Initialisieren der Feld-FilterFlags
diff --git a/sw/source/filter/ww8/styles.cxx b/sw/source/filter/ww8/styles.cxx
index 8bcec465bc1a..b3c58e2e2f63 100644
--- a/sw/source/filter/ww8/styles.cxx
+++ b/sw/source/filter/ww8/styles.cxx
@@ -20,10 +20,10 @@
#include "../inc/wwstyles.hxx"
-#include <functional> //std::unary_function
-#include <algorithm> //std::find_if
+#include <functional>
+#include <algorithm>
#include "rtl/ustring.hxx"
-#include "staticassert.hxx" //StaticAssert
+#include "staticassert.hxx"
namespace
{
diff --git a/sw/source/filter/ww8/writerhelper.cxx b/sw/source/filter/ww8/writerhelper.cxx
index 558bb468cf52..740bdd29c3f8 100644
--- a/sw/source/filter/ww8/writerhelper.cxx
+++ b/sw/source/filter/ww8/writerhelper.cxx
@@ -26,30 +26,30 @@
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
-#include <algorithm> //std::swap
-#include <functional> //std::binary_function
-#include <svl/itemiter.hxx> //SfxItemIter
-#include <svx/svdobj.hxx> //SdrObject
-#include <svx/svdoole2.hxx> //SdrOle2Obj
-#include <svx/fmglob.hxx> //FmFormInventor
-#include <editeng/formatbreakitem.hxx> //SvxFmtBreakItem
-#include <editeng/tstpitem.hxx> //SvxTabStopItem
-#include <ndtxt.hxx> //SwTxtNode
-#include <ndnotxt.hxx> //SwNoTxtNode
-#include <fmtcntnt.hxx> //SwFmtCntnt
-#include <swtable.hxx> //SwTable
-#include <frmfmt.hxx> //SwFrmFmt
-#include <flypos.hxx> //SwPosFlyFrms
-#include <fmtanchr.hxx> //SwFmtAnchor
-#include <ndgrf.hxx> //SwGrfNode
-#include <fmtfsize.hxx> //SwFmtFrmSize
-#include <SwStyleNameMapper.hxx> //SwStyleNameMapper
-#include <docary.hxx> //SwCharFmts
-#include <charfmt.hxx> //SwCharFmt
-#include <fchrfmt.hxx> //SwFmtCharFmt
+#include <algorithm>
+#include <functional>
+#include <svl/itemiter.hxx>
+#include <svx/svdobj.hxx>
+#include <svx/svdoole2.hxx>
+#include <svx/fmglob.hxx>
+#include <editeng/formatbreakitem.hxx>
+#include <editeng/tstpitem.hxx>
+#include <ndtxt.hxx>
+#include <ndnotxt.hxx>
+#include <fmtcntnt.hxx>
+#include <swtable.hxx>
+#include <frmfmt.hxx>
+#include <flypos.hxx>
+#include <fmtanchr.hxx>
+#include <ndgrf.hxx>
+#include <fmtfsize.hxx>
+#include <SwStyleNameMapper.hxx>
+#include <docary.hxx>
+#include <charfmt.hxx>
+#include <fchrfmt.hxx>
#include <unotools/streamwrap.hxx>
#include <numrule.hxx>
-#include <vcl/svapp.hxx>//For i120928
+#include <vcl/svapp.hxx>
using namespace com::sun::star;
using namespace nsSwGetPoolIdFromName;
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index e411ac8fee03..e026ca513635 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -27,13 +27,13 @@
#include <sfx2/objsh.hxx>
#include "types.hxx"
-#include <svl/itempool.hxx> //SfxItemPool
-#include <svl/itemset.hxx> //SfxItemSet
-#include <format.hxx> //SwFmt
-#include <node.hxx> //SwCntntNode
-#include <pam.hxx> //SwPaM
-#include <tools/poly.hxx> //Polygon, PolyPolygon
-#include <doc.hxx> //SwDoc
+#include <svl/itempool.hxx>
+#include <svl/itemset.hxx>
+#include <format.hxx>
+#include <node.hxx>
+#include <pam.hxx>
+#include <tools/poly.hxx>
+#include <doc.hxx>
class SwTxtFmtColl;
class SwCharFmt;
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index f10cd83e762f..2803d160a8e6 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -57,7 +57,7 @@
#include <fmtsrnd.hxx>
#include <fmtornt.hxx>
#include <fmtfsize.hxx>
-#include <fmtfollowtextflow.hxx> // #i30669#
+#include <fmtfollowtextflow.hxx>
#include <dcontact.hxx>
#include <frmfmt.hxx>
#include <flyfrm.hxx>
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index b26b77effbae..95ef3fad8511 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -27,7 +27,7 @@
#include <algorithm>
#include <hintids.hxx>
-#include <string.h> // memcpy()
+#include <string.h>
#include <osl/endian.h>
#include <docsh.hxx>
@@ -77,8 +77,8 @@
#include <svtools/imap.hxx>
#include <svtools/imapobj.hxx>
#include <tools/urlobj.hxx>
-#include <mdiexp.hxx> // Progress
-#include <statstr.hrc> // ResId for the status bar
+#include <mdiexp.hxx>
+#include <statstr.hrc>
#include <fmtline.hxx>
#include <fmtfsize.hxx>
#include <comphelper/extract.hxx>
@@ -111,7 +111,7 @@
#include "WW8Sttbf.hxx"
#include <editeng/charrotateitem.hxx>
#include "WW8FibData.hxx"
-#include "numrule.hxx"//For i120928
+#include "numrule.hxx"
using namespace css;
using namespace sw::util;
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 36892f670e6d..ec9eb54f08b7 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -20,7 +20,7 @@
#ifndef _WRTWW8_HXX
#define _WRTWW8_HXX
-#include <tools/solar.h> // UINTXX
+#include <tools/solar.h>
#include <tools/gen.hxx>
#include <editeng/editdata.hxx>
#include <boost/optional.hpp>
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 2b00b75a016b..92677df1b81d 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -36,7 +36,7 @@
#include <editeng/boxitem.hxx>
#include <editeng/shaditem.hxx>
#include <filter/msfilter/msoleexp.hxx>
-#include <editeng/lrspitem.hxx> // SvxLRSpaceItem
+#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <svx/svdoole2.hxx>
@@ -44,8 +44,8 @@
#include <unotools/ucbstreamhelper.hxx>
#include <fmtanchr.hxx>
#include <ndgrf.hxx>
-#include <frmfmt.hxx> // class SwFlyFrmFmt
-#include <grfatr.hxx> // class SwCropGrf
+#include <frmfmt.hxx>
+#include <grfatr.hxx>
#include <ndole.hxx>
#include <ndtxt.hxx>
#include <fmtfsize.hxx>
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index 1e02d131a585..ca57cf27d2fa 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -88,16 +88,16 @@
#include <txtfld.hxx>
#include <txtftn.hxx>
#include <poolfmt.hxx>
-#include <doc.hxx> // Doc for footnotes
+#include <doc.hxx>
#include <docary.hxx>
#include <pam.hxx>
#include <paratr.hxx>
-#include <fldbas.hxx> // for SwField
-#include <docufld.hxx> // for SwField
+#include <fldbas.hxx>
+#include <docufld.hxx>
#include <expfld.hxx>
-#include <pagedesc.hxx> // for SwPageDesc
-#include <flddat.hxx> // for Date fields
-#include <ndtxt.hxx> // for Numrules
+#include <pagedesc.hxx>
+#include <flddat.hxx>
+#include <ndtxt.hxx>
#include <swrect.hxx>
#include <reffld.hxx>
#include <ftninfo.hxx>
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index 3ebfce2c6590..d7ed633f4ed4 100644
--- a/sw/source/filter/ww8/ww8graf.cxx
+++ b/sw/source/filter/ww8/ww8graf.cxx
@@ -58,7 +58,7 @@
#include <editeng/frmdiritem.hxx>
#include <svx/xfltrit.hxx>
#include <filter/msfilter/msdffimp.hxx>
-#include <grfatr.hxx> // class SwCropGrf
+#include <grfatr.hxx>
#include <fmtornt.hxx>
#include <fmtcntnt.hxx>
#include <frmfmt.hxx>
@@ -70,12 +70,12 @@
#include <ndtxt.hxx>
#include <dcontact.hxx>
#include <docsh.hxx>
-#include <mdiexp.hxx> // Progress
+#include <mdiexp.hxx>
#include <fmtcnct.hxx>
#include "ww8struc.hxx"
#include "ww8scan.hxx"
-#include "ww8par.hxx" // class SwWWImplReader
-#include "ww8par2.hxx" // SwWW8StyInf
+#include "ww8par.hxx"
+#include "ww8par2.hxx"
#include "ww8graf.hxx"
#include <fmtinfmt.hxx>
#include <editeng/eeitem.hxx>
diff --git a/sw/source/filter/ww8/ww8graf2.cxx b/sw/source/filter/ww8/ww8graf2.cxx
index ae756e21ab7f..e63038c8200c 100644
--- a/sw/source/filter/ww8/ww8graf2.cxx
+++ b/sw/source/filter/ww8/ww8graf2.cxx
@@ -30,20 +30,20 @@
#include <sfx2/app.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/fcontnr.hxx>
-#include <grfatr.hxx> // class SwCropGrf
+#include <grfatr.hxx>
#include <fmtflcnt.hxx>
#include <fmtanchr.hxx>
#include <frmfmt.hxx>
#include <fltshell.hxx>
#include <pam.hxx>
#include <doc.hxx>
-#include <ndtxt.hxx> // class SwTxtNode
-#include <mdiexp.hxx> // Progress
+#include <ndtxt.hxx>
+#include <mdiexp.hxx>
#include "writerwordglue.hxx"
#include "ww8struc.hxx"
#include "ww8scan.hxx"
-#include "ww8par.hxx" // class SwWWImplReader
-#include "ww8par2.hxx" // struct WWFlyPara
+#include "ww8par.hxx"
+#include "ww8par2.hxx"
#include "ww8graf.hxx"
#include <vcl/graphicfilter.hxx>
#include <vcl/wmf.hxx>
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 313b423d5e03..b3d3426a5cd3 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -63,8 +63,8 @@
#include <ftninfo.hxx>
#include <fmtftn.hxx>
#include <txtftn.hxx>
-#include <ndtxt.hxx> // class SwTxtNode
-#include <pagedesc.hxx> // class SwPageDesc
+#include <ndtxt.hxx>
+#include <pagedesc.hxx>
#include <paratr.hxx>
#include <fmtclbl.hxx>
#include <section.hxx>
@@ -73,10 +73,10 @@
#include <swfltopt.hxx>
#include <viewsh.hxx>
#include <shellres.hxx>
-#include <mdiexp.hxx> // Progress
-#include <statstr.hrc> // ResId for Statusbar
-#include <swerror.h> // ERR_WW8_...
-#include <swtable.hxx> // class SwTableLines, ...
+#include <mdiexp.hxx>
+#include <statstr.hrc>
+#include <swerror.h>
+#include <swtable.hxx>
#include <fchrfmt.hxx>
#include <charfmt.hxx>
@@ -91,13 +91,13 @@
#include <fmtflcnt.hxx>
#include <txatbase.hxx>
-#include "ww8par2.hxx" // class WW8RStyle, class WW8AnchorPara
+#include "ww8par2.hxx"
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp>
#include <com/sun/star/document/IndexedPropertyValues.hpp>
-#include <svl/itemiter.hxx> //SfxItemIter
+#include <svl/itemiter.hxx>
#include <comphelper/processfactory.hxx>
#include <basic/basmgr.hxx>
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 789a5a6b1534..ffe4317e8112 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -32,15 +32,15 @@
#include <map>
#include <utility>
-#include "ww8struc.hxx" // WW8_BRC
-#include "ww8scan.hxx" // WW8Fib
+#include "ww8struc.hxx"
+#include "ww8scan.hxx"
#include "ww8glsy.hxx"
#include "wrtww8.hxx"
#include "../inc/msfilter.hxx"
#include <xmloff/odffields.hxx>
#include <IMark.hxx>
-#include <swtypes.hxx> // enum RndStdIds
+#include <swtypes.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <fmtsrnd.hxx>
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 70492ba5512a..b4ddec9074c5 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -36,14 +36,14 @@
#include <editeng/charrotateitem.hxx>
#include <editeng/pgrditem.hxx>
#include <msfilter.hxx>
-#include <pam.hxx> // fuer SwPam
+#include <pam.hxx>
#include <doc.hxx>
#include <docary.hxx>
-#include <ndtxt.hxx> // class SwTxtNode
-#include <paratr.hxx> // SwNumRuleItem
-#include <poolfmt.hxx> // RES_POOLCOLL_STANDARD
-#include <swtable.hxx> // class SwTableLines, ...
-#include <tblsel.hxx> // class _SwSelBox
+#include <ndtxt.hxx>
+#include <paratr.hxx>
+#include <poolfmt.hxx>
+#include <swtable.hxx>
+#include <tblsel.hxx>
#include <mdiexp.hxx>
#include <fmtpdsc.hxx>
#include <txtftn.hxx>
@@ -52,14 +52,14 @@
#include <fmtftn.hxx>
#include <charfmt.hxx>
#include <SwStyleNameMapper.hxx>
-#include <fltshell.hxx> // for the attribute stack
+#include <fltshell.hxx>
#include <fmtanchr.hxx>
#include <fmtrowsplt.hxx>
-#include <fmtfollowtextflow.hxx> // #i33818#
+#include <fmtfollowtextflow.hxx>
#include <numrule.hxx>
#include "../inc/wwstyles.hxx"
#include "writerhelper.hxx"
-#include "ww8struc.hxx" // struct TC
+#include "ww8struc.hxx"
#include "ww8par.hxx"
#include "ww8par2.hxx"
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index ca8a31da5e71..99342b30f805 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -20,14 +20,14 @@
#ifndef _WW8PAR2_HXX
#define _WW8PAR2_HXX
-#include <swtypes.hxx> // enum RndStdIds
+#include <swtypes.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <fmtsrnd.hxx>
#include <editeng/lrspitem.hxx>
-#include "ww8scan.hxx" // class WW8Style
-#include "ww8par.hxx" // WW8_BRC5
+#include "ww8scan.hxx"
+#include "ww8par.hxx"
class WW8RStyle;
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx
index 9e877ad84b74..29dbf460febf 100644
--- a/sw/source/filter/ww8/ww8par3.cxx
+++ b/sw/source/filter/ww8/ww8par3.cxx
@@ -76,7 +76,7 @@
#include "writerhelper.hxx"
#include "writerwordglue.hxx"
#include "ww8par.hxx"
-#include "ww8par2.hxx" // wg. Listen-Attributen in Styles
+#include "ww8par2.hxx"
#include <IMark.hxx>
#include <unotools/fltrcfg.hxx>
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx
index e71bfa86854d..be0ca0f0040d 100644
--- a/sw/source/filter/ww8/ww8par4.cxx
+++ b/sw/source/filter/ww8/ww8par4.cxx
@@ -40,8 +40,8 @@
#include <frmfmt.hxx>
#include <pam.hxx>
#include <ndgrf.hxx>
-#include <docsh.hxx> // fuer Ole-Node
-#include <mdiexp.hxx> // Progress
+#include <docsh.hxx>
+#include <mdiexp.hxx>
#include <redline.hxx>
#include <fltshell.hxx>
#include <unodraw.hxx>
@@ -53,7 +53,7 @@
#include "ww8scan.hxx"
#include "ww8par.hxx"
-#include "ww8par2.hxx" // WWFlyPara::BoxUpWidth()
+#include "ww8par2.hxx"
struct OLE_MFP
{
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index 5a72a197ff10..af740e6ed9cc 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -43,18 +43,18 @@
#include <editeng/langitem.hxx>
#include <fmtfld.hxx>
#include <fmtanchr.hxx>
-#include <pam.hxx> // fuer SwPam
+#include <pam.hxx>
#include <doc.hxx>
-#include <charatr.hxx> // class SwFmtFld
-#include <flddat.hxx> // class SwDateTimeField
-#include <docufld.hxx> // class SwPageNumberField
-#include <reffld.hxx> // class SwGetRefField
+#include <charatr.hxx>
+#include <flddat.hxx>
+#include <docufld.hxx>
+#include <reffld.hxx>
#include <IMark.hxx>
-#include <expfld.hxx> // class SwSetExpField
-#include <dbfld.hxx> // class SwDBField
+#include <expfld.hxx>
+#include <dbfld.hxx>
#include <usrfld.hxx>
#include <tox.hxx>
-#include <section.hxx> // class SwSection
+#include <section.hxx>
#include <ndtxt.hxx>
#include <fmtinfmt.hxx>
#include <chpfld.hxx>
@@ -70,7 +70,7 @@
#include <pagedesc.hxx>
#include <SwStyleNameMapper.hxx>
-#include "ww8scan.hxx" // WW8FieldDesc
+#include "ww8scan.hxx"
#include "ww8par.hxx"
#include "ww8par2.hxx"
#include "writerhelper.hxx"
@@ -78,7 +78,7 @@
#include <unotools/fltrcfg.hxx>
#include <xmloff/odffields.hxx>
-#include <algorithm> // #i24377#
+#include <algorithm>
#define MAX_FIELDLEN 64000
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 90038c8412b8..3e13770f71b6 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -70,10 +70,10 @@
#include <doctok/sprmids.hxx>
#include <fmtpdsc.hxx>
#include <node.hxx>
-#include <ndtxt.hxx> // SwTxtNode, siehe unten: JoinNode()
-#include <pam.hxx> // fuer SwPam
+#include <ndtxt.hxx>
+#include <pam.hxx>
#include <doc.hxx>
-#include <pagedesc.hxx> // class SwPageDesc
+#include <pagedesc.hxx>
#include <fmtanchr.hxx>
#include <fmtcntnt.hxx>
#include <fchrfmt.hxx>
@@ -90,11 +90,11 @@
#include <tgrditem.hxx>
#include <hfspacingitem.hxx>
#include <swtable.hxx>
-#include <fltini.hxx> //For CalculateFlySize
+#include <fltini.hxx>
#include "writerhelper.hxx"
#include "writerwordglue.hxx"
#include "ww8scan.hxx"
-#include "ww8par2.hxx" // class WW8RStyle, class WwAnchorPara
+#include "ww8par2.hxx"
#include "ww8graf.hxx"
// #i27767#
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index d999f987f4fc..c89faf7f1852 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -33,8 +33,8 @@
#define OSL_ENSURE( a, b )
#else // dump
-#include <swerror.h> // ERR_WW6_...
-#include <swtypes.hxx> // DELETEZ
+#include <swerror.h>
+#include <swtypes.hxx>
#endif // dump
#include <comphelper/processfactory.hxx>
@@ -42,7 +42,7 @@
#include <unotools/localedatawrapper.hxx>
#include <i18nlangtag/lang.h>
#include <editeng/unolingu.hxx>
-#include <vcl/svapp.hxx> // Application #i90932#
+#include <vcl/svapp.hxx>
#include <stdio.h>
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 55c2d5b2fcf2..e6fa8c2eba62 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -27,13 +27,13 @@
#include <vector>
#include <list>
#include <algorithm>
-#include <tools/solar.h> // UINTXX
+#include <tools/solar.h>
#include <tools/stream.hxx>
#include "rtl/ustring.hxx"
#include "hash_wrap.hxx"
#include "sortedarray.hxx"
-#include "ww8struc.hxx" // FIB, STSHI, STD...
+#include "ww8struc.hxx"
#include <types.hxx>
#include <unomid.h>
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx
index 9c955e16195b..5fdc03a60767 100644
--- a/sw/source/filter/xml/swxml.cxx
+++ b/sw/source/filter/xml/swxml.cxx
@@ -68,7 +68,7 @@
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdograf.hxx>
-#include <sfx2/docfilt.hxx> // #i70748#
+#include <sfx2/docfilt.hxx>
#include <istyleaccess.hxx>
#include <sfx2/DocumentMetadataAccess.hxx>
diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx
index d26eb60b8371..1a1e200546f6 100644
--- a/sw/source/filter/xml/xmlexp.cxx
+++ b/sw/source/filter/xml/xmlexp.cxx
@@ -61,7 +61,7 @@
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
-#include <pausethreadstarting.hxx> // #i73788#
+#include <pausethreadstarting.hxx>
using namespace ::com::sun::star;
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 618748fe1ac4..51a94811dee6 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -59,7 +59,7 @@
// for locking SolarMutex: svapp + mutex
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
-#include <unotxdoc.hxx> // for initXForms()
+#include <unotxdoc.hxx>
#include <xmloff/xmlmetai.hxx>
#include <xmloff/xformsimport.hxx>
diff --git a/sw/source/filter/xml/xmlithlp.hxx b/sw/source/filter/xml/xmlithlp.hxx
index 1b38dd7bc099..821887085135 100644
--- a/sw/source/filter/xml/xmlithlp.hxx
+++ b/sw/source/filter/xml/xmlithlp.hxx
@@ -22,8 +22,8 @@
#include <sal/types.h>
#include <xmloff/xmlement.hxx>
-#include "hintids.hxx" // for following include
-#include <editeng/brushitem.hxx> // for SvxGraphicsPosition
+#include "hintids.hxx"
+#include <editeng/brushitem.hxx>
namespace editeng { class SvxBorderLine; }
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index 4fa9d73b4dcf..470c5c2b4154 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -45,7 +45,7 @@
#include "swddetbl.hxx"
#include <ndole.hxx>
#include <xmloff/nmspmap.hxx>
-#include <sfx2/linkmgr.hxx> // for cTokenSeparator
+#include <sfx2/linkmgr.hxx>
#include "unotbl.hxx"
#include "xmltexte.hxx"
#include "xmlexp.hxx"
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 2e129a2123c5..fcc73bd3ff1e 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -48,7 +48,7 @@
#include "cellatr.hxx"
#include "swddetbl.hxx"
#include "ddefld.hxx"
-#include <sfx2/linkmgr.hxx> // for cTokenSeparator
+#include <sfx2/linkmgr.hxx>
#include "xmlimp.hxx"
#include "xmltbli.hxx"