summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/tool/rangelst.cxx4
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx5
-rw-r--r--sc/source/ui/view/cellsh4.cxx5
-rw-r--r--sc/source/ui/view/olkact.cxx5
-rw-r--r--sc/source/ui/view/tabvwshd.cxx5
-rw-r--r--sc/source/ui/view/viewfun3.cxx5
-rw-r--r--svl/source/items/dateitem.cxx3
-rw-r--r--svx/source/items/hlnkitem.cxx2
-rw-r--r--svx/source/items/postattr.cxx3
-rw-r--r--tools/source/string/strascii.cxx3
10 files changed, 0 insertions, 40 deletions
diff --git a/sc/source/core/tool/rangelst.cxx b/sc/source/core/tool/rangelst.cxx
index 16f9eca9c4c9..d2bdec33b640 100644
--- a/sc/source/core/tool/rangelst.cxx
+++ b/sc/source/core/tool/rangelst.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-
-
-//------------------------------------------------------------------------
-
#define SC_RANGELST_CXX //fuer ICC
#include <stdlib.h> // qsort
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 9154152dbb45..19925a2d05c7 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#define _TPHFEDIT_CXX
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx
index d9b1d2d79d95..8b000665af40 100644
--- a/sc/source/ui/view/cellsh4.cxx
+++ b/sc/source/ui/view/cellsh4.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#ifdef _MSC_VER
#pragma optimize ("", off)
#endif
diff --git a/sc/source/ui/view/olkact.cxx b/sc/source/ui/view/olkact.cxx
index 363fe6cba82d..7175b24619e8 100644
--- a/sc/source/ui/view/olkact.cxx
+++ b/sc/source/ui/view/olkact.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#define _BIGINT_HXX
#define _CACHESTR_HXX
#define _CONFIG_HXX
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx
index db4a4984ab75..db83823beffd 100644
--- a/sc/source/ui/view/tabvwshd.cxx
+++ b/sc/source/ui/view/tabvwshd.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//------------------------------------------------------------------
-
#ifdef _MSC_VER
#pragma optimize ("", off)
#endif
diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx
index c69aaae093ad..77efccc06261 100644
--- a/sc/source/ui/view/viewfun3.cxx
+++ b/sc/source/ui/view/viewfun3.cxx
@@ -26,11 +26,6 @@
*
************************************************************************/
-
-
-
-//----------------------------------------------------------------------------
-
#define _SV_NOXSOUND
#define _BASE_DLGS_HXX
diff --git a/svl/source/items/dateitem.cxx b/svl/source/items/dateitem.cxx
index 6acecbdbdcc7..8d06d45e98df 100644
--- a/svl/source/items/dateitem.cxx
+++ b/svl/source/items/dateitem.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// include ---------------------------------------------------------------
-
#define _DATETIMEITEM_CXX
#include <svl/dateitem.hxx>
#include <svl/svl.hrc>
diff --git a/svx/source/items/hlnkitem.cxx b/svx/source/items/hlnkitem.cxx
index bb1abb2b0c38..247ef7ca1c99 100644
--- a/svx/source/items/hlnkitem.cxx
+++ b/svx/source/items/hlnkitem.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-
-// include ---------------------------------------------------------------
#define _SVX_HLNKITEM_CXX
#include <svx/svxids.hrc>
diff --git a/svx/source/items/postattr.cxx b/svx/source/items/postattr.cxx
index fc7e0aa2b009..c925ee25f491 100644
--- a/svx/source/items/postattr.cxx
+++ b/svx/source/items/postattr.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// include ---------------------------------------------------------------
-
#define _SVX_POSTATTR_CXX
#include "svx/postattr.hxx"
#include <editeng/itemtype.hxx>
diff --git a/tools/source/string/strascii.cxx b/tools/source/string/strascii.cxx
index 9360efccf2fa..abc7bc27ded7 100644
--- a/tools/source/string/strascii.cxx
+++ b/tools/source/string/strascii.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-// =======================================================================
-
#ifdef DBG_UTIL
static sal_Bool ImplDbgCheckAsciiStr( const sal_Char* pAsciiStr, sal_Int32 nLen )