summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cellsuno.hxx4
-rw-r--r--sc/inc/chart2uno.hxx2
-rw-r--r--sc/inc/dapiuno.hxx4
-rw-r--r--sc/inc/dispuno.hxx2
-rw-r--r--sc/inc/dpdimsave.hxx2
-rw-r--r--sc/inc/dptabsrc.hxx2
-rw-r--r--sc/inc/rangenam.hxx2
-rw-r--r--sc/inc/sc.hrc4
-rw-r--r--sc/inc/scmod.hxx2
-rw-r--r--sc/inc/textuno.hxx2
10 files changed, 13 insertions, 13 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index a7f71af6e2f9..e4a245fa78c7 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -20,8 +20,8 @@
#ifndef SC_CELLSUNO_HXX
#define SC_CELLSUNO_HXX
-#include "global.hxx" // ScRange, ScAddress
-#include "rangelst.hxx" // ScRangeList
+#include "global.hxx"
+#include "rangelst.hxx"
#include <editeng/unotext.hxx>
#include <formula/grammar.hxx>
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index cd36cc441199..4f54357985e9 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -20,7 +20,7 @@
#ifndef SC_CHART2UNO_HXX
#define SC_CHART2UNO_HXX
-#include "cellsuno.hxx" // for XModifyListenerArr_Impl / ScLinkListener
+#include "cellsuno.hxx"
#include "rangelst.hxx"
#include "externalrefmgr.hxx"
#include "types.hxx"
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index bcc00b0c651a..8edab4cceccb 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -22,8 +22,8 @@
#include "global.hxx"
#include "dpobject.hxx"
-#include "rangeutl.hxx" // ScArea
-#include "cellsuno.hxx" // for XModifyListenerArr_Impl
+#include "rangeutl.hxx"
+#include "cellsuno.hxx"
#include <svl/lstner.hxx>
#include <svl/itemprop.hxx>
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index ad0549e04221..4a97e38fedd5 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <cppuhelper/implbase2.hxx>
#include <svl/lstner.hxx>
-#include "global.hxx" ///< ScImportParam
+#include "global.hxx"
#include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sc/inc/dpdimsave.hxx b/sc/inc/dpdimsave.hxx
index 375e76a2472d..1a02911c4e2d 100644
--- a/sc/inc/dpdimsave.hxx
+++ b/sc/inc/dpdimsave.hxx
@@ -22,7 +22,7 @@
#include <vector>
#include <map>
-#include "dpgroup.hxx" ///< for ScDPNumGroupInfo
+#include "dpgroup.hxx"
#include "scdllapi.h"
#include "dptypes.hxx"
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index b2d7a4146cf2..ba4ff07af506 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -20,7 +20,7 @@
#ifndef SC_DPTABSRC_HXX
#define SC_DPTABSRC_HXX
-#include "global.hxx" // enum ScSubTotalFunc
+#include "global.hxx"
#include <com/sun/star/sheet/XDimensionsSupplier.hpp>
#include <com/sun/star/sheet/XHierarchiesSupplier.hpp>
#include <com/sun/star/sheet/XLevelsSupplier.hpp>
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 9b61b0042739..65fae47150b1 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -20,7 +20,7 @@
#ifndef SC_RANGENAM_HXX
#define SC_RANGENAM_HXX
-#include "global.hxx" // -> enum UpdateRefMode
+#include "global.hxx"
#include "address.hxx"
#include "formula/grammar.hxx"
#include "scdllapi.h"
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index ca208ea9fcfb..ba125ebcd4fa 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -20,8 +20,8 @@
#ifndef SC_SC_HRC
#define SC_SC_HRC
-#include <sfx2/sfx.hrc> // ->#include <solar.hrc>
-#include <svx/dialogs.hrc> // ->Svx-IDs
+#include <sfx2/sfx.hrc>
+#include <svx/dialogs.hrc>
#include "sfx2/sfxcommands.h"
#include "svx/svxcommands.h"
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index a2ae5ec2d1a9..a871663f2102 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -24,7 +24,7 @@
#include "scdll.hxx"
#include <vcl/timer.hxx>
#include <svl/lstner.hxx>
-#include "global.hxx" // ScInputMode
+#include "global.hxx"
#include "shellids.hxx"
#include <unotools/options.hxx>
#include <tools/shl.hxx>
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index 65505981685c..4c6ba42aedd7 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -20,7 +20,7 @@
#ifndef SC_TEXTSUNO_HXX
#define SC_TEXTSUNO_HXX
-#include "global.hxx" // ScRange, ScAddress
+#include "global.hxx"
#include "address.hxx"
#include <editeng/unotext.hxx>
#include <svl/brdcst.hxx>