summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docsh.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:58:57 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 16:56:28 +0300
commita7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch)
tree5aeb953a7172ea061c7884be8c19849b9e2d81d8 /sw/source/ui/app/docsh.cxx
parent1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff)
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'sw/source/ui/app/docsh.cxx')
-rw-r--r--sw/source/ui/app/docsh.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index cec89922bc82..0a601cad2d80 100644
--- a/sw/source/ui/app/docsh.cxx
+++ b/sw/source/ui/app/docsh.cxx
@@ -55,18 +55,18 @@
#include <swwait.hxx>
#include <printdata.hxx>
#include <frmatr.hxx>
-#include <view.hxx> // for the current view
+#include <view.hxx>
#include <edtwin.hxx>
#include <PostItMgr.hxx>
-#include <wrtsh.hxx> // connection to Core
-#include <docsh.hxx> // document creation
+#include <wrtsh.hxx>
+#include <docsh.hxx>
#include <basesh.hxx>
#include <viewopt.hxx>
#include <wdocsh.hxx>
#include <swmodule.hxx>
#include <globdoc.hxx>
#include <usrpref.hxx>
-#include <shellio.hxx> // I/O
+#include <shellio.hxx>
#include <docstyle.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
@@ -83,7 +83,7 @@
#include <ftnidx.hxx>
#include <fldbas.hxx>
#include <docary.hxx>
-#include <swerror.h> // Error messages
+#include <swerror.h>
#include <helpid.h>
#include <cmdid.h>
#include <globals.hrc>