summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/data/attarray.cxx3
-rw-r--r--sc/source/core/data/conditio.cxx3
-rw-r--r--sc/source/core/data/stlpool.cxx4
-rw-r--r--sc/source/core/data/stlsheet.cxx4
-rw-r--r--sc/source/core/data/userdat.cxx3
-rw-r--r--sc/source/core/tool/adiasync.cxx5
-rw-r--r--sc/source/core/tool/appoptio.cxx5
-rw-r--r--sc/source/core/tool/filtopt.cxx5
-rw-r--r--sc/source/core/tool/inputopt.cxx5
-rw-r--r--sc/source/core/tool/navicfg.cxx5
-rw-r--r--sc/source/core/tool/progress.cxx5
-rw-r--r--sc/source/core/tool/rangenam.cxx4
-rw-r--r--sc/source/core/tool/simplerangelist.cxx4
-rw-r--r--sc/source/core/tool/userlist.cxx5
14 files changed, 0 insertions, 60 deletions
diff --git a/sc/source/core/data/attarray.cxx b/sc/source/core/data/attarray.cxx
index 0a594dd37f01..08ef1dbffafc 100644
--- a/sc/source/core/data/attarray.cxx
+++ b/sc/source/core/data/attarray.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-//------------------------------------------------------------------------
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index fc9e13b47028..cab62b3e35fc 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-//------------------------------------------------------------------
-
#include "scitems.hxx"
#include <sfx2/objsh.hxx>
#include <svl/itemset.hxx>
diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx
index e98f33ecd57b..45ebdc41bff7 100644
--- a/sc/source/core/data/stlpool.cxx
+++ b/sc/source/core/data/stlpool.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-//------------------------------------------------------------------------
-
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
#include <svx/algitem.hxx>
diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx
index b2d1e4bb9145..d99797b53676 100644
--- a/sc/source/core/data/stlsheet.cxx
+++ b/sc/source/core/data/stlsheet.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------------
#include "document.hxx"
#include "stlsheet.hxx"
#include "stlpool.hxx"
diff --git a/sc/source/core/data/userdat.cxx b/sc/source/core/data/userdat.cxx
index 694763417e2c..fb1cedffab2b 100644
--- a/sc/source/core/data/userdat.cxx
+++ b/sc/source/core/data/userdat.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// -----------------------------------------------------------------------
-
#include "userdat.hxx"
#include "drwlayer.hxx"
#include "rechead.hxx"
diff --git a/sc/source/core/tool/adiasync.cxx b/sc/source/core/tool/adiasync.cxx
index 20cfc65b38d5..e30bca92cf36 100644
--- a/sc/source/core/tool/adiasync.cxx
+++ b/sc/source/core/tool/adiasync.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------------
-
#include <sfx2/objsh.hxx>
#include "adiasync.hxx"
diff --git a/sc/source/core/tool/appoptio.cxx b/sc/source/core/tool/appoptio.cxx
index b864804f3eed..8f61428b03f0 100644
--- a/sc/source/core/tool/appoptio.cxx
+++ b/sc/source/core/tool/appoptio.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#include <vcl/svapp.hxx>
#include <com/sun/star/uno/Any.hxx>
diff --git a/sc/source/core/tool/filtopt.cxx b/sc/source/core/tool/filtopt.cxx
index fa7ba87ed92e..e678d2fc4077 100644
--- a/sc/source/core/tool/filtopt.cxx
+++ b/sc/source/core/tool/filtopt.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/sc/source/core/tool/inputopt.cxx b/sc/source/core/tool/inputopt.cxx
index 664ee4272909..82981a5af262 100644
--- a/sc/source/core/tool/inputopt.cxx
+++ b/sc/source/core/tool/inputopt.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/sc/source/core/tool/navicfg.cxx b/sc/source/core/tool/navicfg.cxx
index 2cc444545f6f..c1488e1c0f41 100644
--- a/sc/source/core/tool/navicfg.cxx
+++ b/sc/source/core/tool/navicfg.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#include "navicfg.hxx"
//------------------------------------------------------------------
diff --git a/sc/source/core/tool/progress.cxx b/sc/source/core/tool/progress.cxx
index 958831726b6f..b70b7dd34350 100644
--- a/sc/source/core/tool/progress.cxx
+++ b/sc/source/core/tool/progress.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------------
-
#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/progress.hxx>
diff --git a/sc/source/core/tool/rangenam.cxx b/sc/source/core/tool/rangenam.cxx
index f6c3af483220..dc2efe54d4eb 100644
--- a/sc/source/core/tool/rangenam.cxx
+++ b/sc/source/core/tool/rangenam.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-//------------------------------------------------------------------------
-
#include <string.h>
#include <memory>
#include <unotools/collatorwrapper.hxx>
diff --git a/sc/source/core/tool/simplerangelist.cxx b/sc/source/core/tool/simplerangelist.cxx
index d6818144419d..60c2ca861cd5 100644
--- a/sc/source/core/tool/simplerangelist.cxx
+++ b/sc/source/core/tool/simplerangelist.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-//------------------------------------------------------------------------
-
#include "simplerangelist.hxx"
#include "rangelst.hxx"
diff --git a/sc/source/core/tool/userlist.cxx b/sc/source/core/tool/userlist.cxx
index 28aecfc13296..10c2e481aa85 100644
--- a/sc/source/core/tool/userlist.cxx
+++ b/sc/source/core/tool/userlist.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------------
-
#include <unotools/charclass.hxx>
#include "global.hxx"