summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/attrib.cxx6
-rw-r--r--sc/source/core/data/autonamecache.cxx5
-rw-r--r--sc/source/core/data/cell.cxx3
-rw-r--r--sc/source/core/data/cell2.cxx4
-rw-r--r--sc/source/core/data/clipparam.cxx3
-rw-r--r--sc/source/core/data/column.cxx5
-rw-r--r--sc/source/core/data/column2.cxx5
-rw-r--r--sc/source/core/data/column3.cxx2
-rw-r--r--sc/source/core/data/dbdocutl.cxx5
-rw-r--r--sc/source/core/data/dociter.cxx3
-rw-r--r--sc/source/core/data/docparam.cxx3
-rw-r--r--sc/source/core/data/documen2.cxx3
-rw-r--r--sc/source/core/data/documen3.cxx3
-rw-r--r--sc/source/core/data/documen4.cxx5
-rw-r--r--sc/source/core/data/documen5.cxx2
-rw-r--r--sc/source/core/data/documen7.cxx3
-rw-r--r--sc/source/core/data/documen9.cxx3
-rw-r--r--sc/source/core/data/document.cxx3
-rw-r--r--sc/source/core/data/dpgroup.cxx5
-rw-r--r--sc/source/core/data/dpobject.cxx3
-rw-r--r--sc/source/core/data/dpoutput.cxx3
-rw-r--r--sc/source/core/data/dpoutputgeometry.cxx5
-rw-r--r--sc/source/core/data/dpsave.cxx3
-rw-r--r--sc/source/core/data/dpsdbtab.cxx5
-rw-r--r--sc/source/core/data/dpshttab.cxx5
-rw-r--r--sc/source/core/data/dptabdat.cxx5
-rw-r--r--sc/source/core/data/dptabres.cxx5
-rw-r--r--sc/source/core/data/dptabsrc.cxx6
-rw-r--r--sc/source/core/data/drawpage.cxx5
-rw-r--r--sc/source/core/data/drwlayer.cxx2
-rw-r--r--sc/source/core/data/fillinfo.cxx5
-rw-r--r--sc/source/core/data/global.cxx4
-rw-r--r--sc/source/core/data/global2.cxx3
-rw-r--r--sc/source/core/data/markarr.cxx5
-rw-r--r--sc/source/core/data/markdata.cxx5
-rw-r--r--sc/source/core/data/olinetab.cxx7
-rw-r--r--sc/source/core/data/pagepar.cxx7
-rw-r--r--sc/source/core/data/patattr.cxx4
-rw-r--r--sc/source/core/data/pivot2.cxx2
-rw-r--r--sc/source/core/data/poolhelp.cxx5
-rw-r--r--sc/source/core/data/sheetevents.cxx3
-rw-r--r--sc/source/core/data/tabbgcolor.cxx5
-rw-r--r--sc/source/core/data/table1.cxx3
-rw-r--r--sc/source/core/data/table2.cxx3
-rw-r--r--sc/source/core/data/table4.cxx7
-rw-r--r--sc/source/core/data/table5.cxx3
-rw-r--r--sc/source/core/data/table6.cxx3
-rw-r--r--sc/source/core/data/tabprotection.cxx3
-rw-r--r--sc/source/core/data/validat.cxx5
49 files changed, 0 insertions, 200 deletions
diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx
index e6596bb0dec5..17c0f9d9f695 100644
--- a/sc/source/core/data/attrib.cxx
+++ b/sc/source/core/data/attrib.cxx
@@ -26,12 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
-
#include <com/sun/star/util/CellProtection.hpp>
#include <com/sun/star/util/XProtectable.hpp>
#include <com/sun/star/text/XText.hpp>
diff --git a/sc/source/core/data/autonamecache.cxx b/sc/source/core/data/autonamecache.cxx
index 9dcccf29bf83..b47830975279 100644
--- a/sc/source/core/data/autonamecache.cxx
+++ b/sc/source/core/data/autonamecache.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <unotools/transliterationwrapper.hxx>
#include "autonamecache.hxx"
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index 5fbcbb9f42af..f81460c0b6af 100644
--- a/sc/source/core/data/cell.cxx
+++ b/sc/source/core/data/cell.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <svl/zforlist.hxx>
#include "scitems.hxx"
diff --git a/sc/source/core/data/cell2.cxx b/sc/source/core/data/cell2.cxx
index e9713d0d7ad5..3a0c6d805d57 100644
--- a/sc/source/core/data/cell2.cxx
+++ b/sc/source/core/data/cell2.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
#include <algorithm>
#include <deque>
diff --git a/sc/source/core/data/clipparam.cxx b/sc/source/core/data/clipparam.cxx
index 65155403f8bb..2a3f3b212c19 100644
--- a/sc/source/core/data/clipparam.cxx
+++ b/sc/source/core/data/clipparam.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "clipparam.hxx"
using ::std::vector;
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index eebb17ae649f..272a64647a0a 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <map>
#include <svl/poolcach.hxx>
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index c28249a6d827..57a4e87a2e6b 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 0e48e9b3a181..401f5ecc7db0 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// INCLUDE ---------------------------------------------------------------
-
#include <boost/scoped_ptr.hpp>
#include <mdds/flat_segment_tree.hpp>
diff --git a/sc/source/core/data/dbdocutl.cxx b/sc/source/core/data/dbdocutl.cxx
index ee32b32652d8..d8d4b2832a1f 100644
--- a/sc/source/core/data/dbdocutl.cxx
+++ b/sc/source/core/data/dbdocutl.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx
index 92c7cbd2bfef..d6d59cedcc2d 100644
--- a/sc/source/core/data/dociter.cxx
+++ b/sc/source/core/data/dociter.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <svl/zforlist.hxx>
#include "scitems.hxx"
diff --git a/sc/source/core/data/docparam.cxx b/sc/source/core/data/docparam.cxx
index a2dd9a1e2fa1..2e3aa7d7c66f 100644
--- a/sc/source/core/data/docparam.cxx
+++ b/sc/source/core/data/docparam.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "docparam.hxx"
ScColWidthParam::ScColWidthParam() :
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index 21d673d5dda6..6fcb80e897f0 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 3a0aeb506962..20a6127b4478 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
#include "scitems.hxx"
#include <editeng/langitem.hxx>
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx
index fc74ff69eac9..9af43298258a 100644
--- a/sc/source/core/data/documen4.cxx
+++ b/sc/source/core/data/documen4.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <svl/intitem.hxx>
#include <svl/zforlist.hxx>
#include <vcl/sound.hxx>
diff --git a/sc/source/core/data/documen5.cxx b/sc/source/core/data/documen5.cxx
index 87fbcedc1d03..9950a42bb2f2 100644
--- a/sc/source/core/data/documen5.cxx
+++ b/sc/source/core/data/documen5.cxx
@@ -40,8 +40,6 @@
#pragma optimize("",off)
#endif
-// INCLUDE ---------------------------------------------------------------
-
#include <sfx2/objsh.hxx>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index ab9b95bfea0d..281de3a3b441 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <vcl/svapp.hxx>
#include "document.hxx"
diff --git a/sc/source/core/data/documen9.cxx b/sc/source/core/data/documen9.cxx
index b8cca4c9f52e..69285dd9345a 100644
--- a/sc/source/core/data/documen9.cxx
+++ b/sc/source/core/data/documen9.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index bf783adc3e41..475a49f47700 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/core/data/dpgroup.cxx b/sc/source/core/data/dpgroup.cxx
index 9b5bf9b5763c..203dbe9529c7 100644
--- a/sc/source/core/data/dpgroup.cxx
+++ b/sc/source/core/data/dpgroup.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dpgroup.hxx"
#include "global.hxx"
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index b4b62cfdc278..c7c6070f82ef 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dpobject.hxx"
#include "dptabsrc.hxx"
#include "dpsave.hxx"
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index 741ee2dc472b..1e22a8da0091 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
diff --git a/sc/source/core/data/dpoutputgeometry.cxx b/sc/source/core/data/dpoutputgeometry.cxx
index 83a998f73ee4..a960a368da92 100644
--- a/sc/source/core/data/dpoutputgeometry.cxx
+++ b/sc/source/core/data/dpoutputgeometry.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dpoutputgeometry.hxx"
#include "address.hxx"
diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx
index 2bc011a8e548..41148a41c753 100644
--- a/sc/source/core/data/dpsave.cxx
+++ b/sc/source/core/data/dpsave.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dpsave.hxx"
#include "dpdimsave.hxx"
#include "miscuno.hxx"
diff --git a/sc/source/core/data/dpsdbtab.cxx b/sc/source/core/data/dpsdbtab.cxx
index b085473b2408..b5935c708c5c 100644
--- a/sc/source/core/data/dpsdbtab.cxx
+++ b/sc/source/core/data/dpsdbtab.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE --------------------------------------------------------------
-
#include "dpsdbtab.hxx"
#include "global.hxx"
#include "globstr.hrc"
diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx
index 43911c8a5a9f..09230f06b97f 100644
--- a/sc/source/core/data/dpshttab.cxx
+++ b/sc/source/core/data/dpshttab.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE --------------------------------------------------------------
-
#include <svl/zforlist.hxx>
#include "dpshttab.hxx"
diff --git a/sc/source/core/data/dptabdat.cxx b/sc/source/core/data/dptabdat.cxx
index a2566bec5d2e..39f1b4f31ef0 100644
--- a/sc/source/core/data/dptabdat.cxx
+++ b/sc/source/core/data/dptabdat.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dptabdat.hxx"
#include "global.hxx"
diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx
index ec74d43e7d21..d3db1453b31c 100644
--- a/sc/source/core/data/dptabres.cxx
+++ b/sc/source/core/data/dptabres.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dptabres.hxx"
#include "dptabdat.hxx"
diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx
index 4d680aeedcae..8b7d6f8cb90c 100644
--- a/sc/source/core/data/dptabsrc.cxx
+++ b/sc/source/core/data/dptabsrc.cxx
@@ -26,12 +26,6 @@
*
************************************************************************/
-
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "dptabsrc.hxx"
#include <algorithm>
diff --git a/sc/source/core/data/drawpage.cxx b/sc/source/core/data/drawpage.cxx
index f2fb106b42cd..3b9108e2d1d8 100644
--- a/sc/source/core/data/drawpage.cxx
+++ b/sc/source/core/data/drawpage.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <sfx2/objsh.hxx>
#include "drawpage.hxx"
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index 5d84a271a873..39649384e935 100644
--- a/sc/source/core/data/drwlayer.cxx
+++ b/sc/source/core/data/drwlayer.cxx
@@ -37,8 +37,6 @@
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
#include <editeng/frmdiritem.hxx>
diff --git a/sc/source/core/data/fillinfo.cxx b/sc/source/core/data/fillinfo.cxx
index 81487268377c..e1eefa5099f5 100644
--- a/sc/source/core/data/fillinfo.cxx
+++ b/sc/source/core/data/fillinfo.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/boxitem.hxx>
#include <editeng/bolnitem.hxx>
diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index 1de68a04fcdb..1ea9f8a0387c 100644
--- a/sc/source/core/data/global.cxx
+++ b/sc/source/core/data/global.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
#include <vcl/svapp.hxx>
#include "scitems.hxx"
#include <svx/algitem.hxx>
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx
index 47fd6a1709f4..6fc2e4c570f9 100644
--- a/sc/source/core/data/global2.cxx
+++ b/sc/source/core/data/global2.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
#include <unotools/pathoptions.hxx>
diff --git a/sc/source/core/data/markarr.cxx b/sc/source/core/data/markarr.cxx
index 29d029888fed..2e57f02d1e35 100644
--- a/sc/source/core/data/markarr.cxx
+++ b/sc/source/core/data/markarr.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "markarr.hxx"
#include "global.hxx"
#include "address.hxx"
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index eb2905520731..3741580d2aa3 100644
--- a/sc/source/core/data/markdata.cxx
+++ b/sc/source/core/data/markdata.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "markdata.hxx"
#include "markarr.hxx"
#include "rangelst.hxx"
diff --git a/sc/source/core/data/olinetab.cxx b/sc/source/core/data/olinetab.cxx
index 27b8324e729b..6b10839b137f 100644
--- a/sc/source/core/data/olinetab.cxx
+++ b/sc/source/core/data/olinetab.cxx
@@ -26,15 +26,8 @@
*
************************************************************************/
-
-// System - Includes -----------------------------------------------------
-
-
-
#include <limits.h>
-// INCLUDE ---------------------------------------------------------------
-
#include "olinetab.hxx"
#include "global.hxx"
#include "rechead.hxx"
diff --git a/sc/source/core/data/pagepar.cxx b/sc/source/core/data/pagepar.cxx
index 778d1cdefbc5..ea85621533fa 100644
--- a/sc/source/core/data/pagepar.cxx
+++ b/sc/source/core/data/pagepar.cxx
@@ -26,13 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
-// System - Includes -----------------------------------------------------
-
-
-
#include <string.h>
#include "pagepar.hxx"
diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx
index ce626fe4f701..399da0a8b326 100644
--- a/sc/source/core/data/patattr.cxx
+++ b/sc/source/core/data/patattr.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/adjitem.hxx>
#include <svx/algitem.hxx>
diff --git a/sc/source/core/data/pivot2.cxx b/sc/source/core/data/pivot2.cxx
index 1b60ae02cb92..88a0d34ad6d4 100644
--- a/sc/source/core/data/pivot2.cxx
+++ b/sc/source/core/data/pivot2.cxx
@@ -31,8 +31,6 @@
#pragma optimize("",off)
#endif
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/boxitem.hxx>
#include <editeng/wghtitem.hxx>
diff --git a/sc/source/core/data/poolhelp.cxx b/sc/source/core/data/poolhelp.cxx
index 5fcce83cf345..783b69806843 100644
--- a/sc/source/core/data/poolhelp.cxx
+++ b/sc/source/core/data/poolhelp.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include <svl/zforlist.hxx>
#include <editeng/editeng.hxx>
diff --git a/sc/source/core/data/sheetevents.cxx b/sc/source/core/data/sheetevents.cxx
index 8a45bf13ac2c..15559ed949f3 100644
--- a/sc/source/core/data/sheetevents.cxx
+++ b/sc/source/core/data/sheetevents.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "sheetevents.hxx"
#include <com/sun/star/script/vba/VBAEventId.hpp>
// -----------------------------------------------------------------------
diff --git a/sc/source/core/data/tabbgcolor.cxx b/sc/source/core/data/tabbgcolor.cxx
index 92d81c2676fd..503bab639aa3 100644
--- a/sc/source/core/data/tabbgcolor.cxx
+++ b/sc/source/core/data/tabbgcolor.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "tabbgcolor.hxx"
ScUndoTabColorInfo::ScUndoTabColorInfo(SCTAB nTab) :
diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx
index c349eb440ec8..429ca0f16b57 100644
--- a/sc/source/core/data/table1.cxx
+++ b/sc/source/core/data/table1.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/justifyitem.hxx>
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index c16426f7198b..fb90b0a3c585 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/boxitem.hxx>
#include <svl/poolcach.hxx>
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index cced07c41b1f..09ef436a390c 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -26,18 +26,11 @@
*
************************************************************************/
-
-// System - Includes -----------------------------------------------------
-
-
-
#ifdef _MSC_VER
#pragma optimize("",off)
// sonst Absturz Win beim Fuellen
#endif
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
diff --git a/sc/source/core/data/table5.cxx b/sc/source/core/data/table5.cxx
index 0a7de507e708..77939a2951b4 100644
--- a/sc/source/core/data/table5.cxx
+++ b/sc/source/core/data/table5.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include "attrib.hxx"
#include "patattr.hxx"
diff --git a/sc/source/core/data/table6.cxx b/sc/source/core/data/table6.cxx
index f4dc35ebfc1a..e198b22f6962 100644
--- a/sc/source/core/data/table6.cxx
+++ b/sc/source/core/data/table6.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include <com/sun/star/i18n/TransliterationModules.hpp>
#include <unotools/textsearch.hxx>
diff --git a/sc/source/core/data/tabprotection.cxx b/sc/source/core/data/tabprotection.cxx
index 3b8ebabed36f..8ce56ba68cfd 100644
--- a/sc/source/core/data/tabprotection.cxx
+++ b/sc/source/core/data/tabprotection.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// INCLUDE ---------------------------------------------------------------
-
#include "tabprotection.hxx"
#include "svl/PasswordHelper.hxx"
#include <comphelper/docpasswordhelper.hxx>
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index dbb3f076da52..c4cb9171d990 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-// INCLUDE ---------------------------------------------------------------
-
#include "scitems.hxx"
#include <sfx2/app.hxx>
#include <sfx2/docfile.hxx>