summaryrefslogtreecommitdiff
path: root/cui/source/customize
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 /cui/source/customize
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 'cui/source/customize')
-rw-r--r--cui/source/customize/acccfg.cxx2
-rw-r--r--cui/source/customize/macropg.cxx2
-rw-r--r--cui/source/customize/selector.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 1a92832b26b1..b0755361a2d2 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -37,7 +37,7 @@
#include "cuires.hrc"
#include "acccfg.hrc"
-#include <svx/svxids.hrc> // SID_CHARMAP, SID_ATTR_SPECIALCHAR
+#include <svx/svxids.hrc>
//-----------------------------------------------
// include interface declarations
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index 38b393120e6c..e0ca7ef4c89d 100644
--- a/cui/source/customize/macropg.cxx
+++ b/cui/source/customize/macropg.cxx
@@ -39,7 +39,7 @@
#include <cuires.hrc>
#include "headertablistbox.hxx"
#include "macropg_impl.hxx"
-#include <svx/dialogs.hrc> // RID_SVXPAGE_MACROASSIGN
+#include <svx/dialogs.hrc>
#include <comphelper/namedvaluecollection.hxx>
#include <algorithm>
diff --git a/cui/source/customize/selector.cxx b/cui/source/customize/selector.cxx
index 61e87d3351b0..ea8f32c666d9 100644
--- a/cui/source/customize/selector.cxx
+++ b/cui/source/customize/selector.cxx
@@ -23,8 +23,8 @@
#include <vcl/vclmedit.hxx>
#include "selector.hxx"
#include <dialmgr.hxx>
-#include <svx/fmresids.hrc> // for RID_SVXIMG_...
-#include <svx/dialmgr.hxx> // for RID_SVXIMG_...
+#include <svx/fmresids.hrc>
+#include <svx/dialmgr.hxx>
#include <cuires.hrc>
#include <sfx2/app.hxx>
#include <sfx2/msg.hxx>