Kaydet (Commit) 30fd46fd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin pointless comments describing allegedly why each #include is needed

Change-Id: I3f4405a598cb11fb1c529517eb96260beed9cb86
üst 564cff72
...@@ -22,30 +22,30 @@ ...@@ -22,30 +22,30 @@
#include <doc.hxx> #include <doc.hxx>
#include "writerhelper.hxx" #include "writerhelper.hxx"
#include <algorithm> //std::find_if #include <algorithm>
#include <functional> //std::unary_function #include <functional>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <unicode/ubidi.h> //ubidi_getLogicalRun #include <unicode/ubidi.h>
#include <tools/tenccvt.hxx> //GetExtendedTextEncoding #include <tools/tenccvt.hxx>
#include <com/sun/star/i18n/ScriptType.hpp> //ScriptType #include <com/sun/star/i18n/ScriptType.hpp>
#include <unotools/fontcvt.hxx> //GetSubsFontName #include <unotools/fontcvt.hxx>
#include <editeng/paperinf.hxx> //lA0Width... #include <editeng/paperinf.hxx>
#include <editeng/lrspitem.hxx> //SvxLRSpaceItem #include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx> //SvxULSpaceItem #include <editeng/ulspitem.hxx>
#include <editeng/boxitem.hxx> //SvxBoxItem #include <editeng/boxitem.hxx>
#include <editeng/fontitem.hxx> //SvxFontItem #include <editeng/fontitem.hxx>
#include <frmfmt.hxx> //SwFrmFmt #include <frmfmt.hxx>
#include <fmtclds.hxx> //SwFmtCol #include <fmtclds.hxx>
#include <hfspacingitem.hxx> //SwHeaderAndFooterEatSpacingItem #include <hfspacingitem.hxx>
#include <fmtfsize.hxx> //SwFmtFrmSize #include <fmtfsize.hxx>
#include <swrect.hxx> //SwRect #include <swrect.hxx>
#include <fmthdft.hxx> //SwFmtHeader/SwFmtFooter #include <fmthdft.hxx>
#include <frmatr.hxx> //GetLRSpace... #include <frmatr.hxx>
#include <ndtxt.hxx> //SwTxtNode #include <ndtxt.hxx>
#include <breakit.hxx> //pBreakIt #include <breakit.hxx>
#include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/mslangid.hxx>
#define ASSIGN_CONST_ASC(s) AssignAscii(s) #define ASSIGN_CONST_ASC(s) AssignAscii(s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment