summaryrefslogtreecommitdiff
path: root/include/editeng
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 /include/editeng
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 'include/editeng')
-rw-r--r--include/editeng/editeng.hxx2
-rw-r--r--include/editeng/outliner.hxx2
-rw-r--r--include/editeng/svxfont.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 5500b13433a6..6cd489d00f9b 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -32,7 +32,7 @@
#include "editeng/editengdllapi.h"
#include <tools/lineend.hxx>
-#include <tools/rtti.hxx> // due to typedef TypeId
+#include <tools/rtti.hxx>
#include <editeng/eedata.hxx>
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index b8f1236567d7..1625783be32b 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -35,7 +35,7 @@
#include <svtools/grfmgr.hxx>
-#include <tools/rtti.hxx> // due to typedef TypeId
+#include <tools/rtti.hxx>
#include <vector>
class OutlinerEditEng;
diff --git a/include/editeng/svxfont.hxx b/include/editeng/svxfont.hxx
index 2d848ab8d9fd..14334f4865bf 100644
--- a/include/editeng/svxfont.hxx
+++ b/include/editeng/svxfont.hxx
@@ -19,7 +19,7 @@
#ifndef _SVX_SVXFONT_HXX
#define _SVX_SVXFONT_HXX
-#include <limits.h> // USHRT_MAX
+#include <limits.h>
#include <editeng/svxenum.hxx>
#include <i18nlangtag/lang.h>
#include <vcl/font.hxx>