diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 05:54:42 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 05:54:42 +0200 |
commit | 24aa9c16b8e37d63d120901ed04846190490abba (patch) | |
tree | 944058bc7ee63b29b4736796904a5f4635002537 | |
parent | 67aa60007e80104969e2b634ff1a07fd96f55248 (diff) |
Remove superfluous include comments
Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a
-rw-r--r-- | sc/source/core/tool/rangelst.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/pagedlg/tphfedit.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/view/cellsh4.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/view/olkact.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwshd.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 5 | ||||
-rw-r--r-- | svl/source/items/dateitem.cxx | 3 | ||||
-rw-r--r-- | svx/source/items/hlnkitem.cxx | 2 | ||||
-rw-r--r-- | svx/source/items/postattr.cxx | 3 | ||||
-rw-r--r-- | tools/source/string/strascii.cxx | 3 |
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 ) |