diff options
author | August Sodora <augsod@gmail.com> | 2012-01-09 20:37:49 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-10 23:18:14 -0500 |
commit | bcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 (patch) | |
tree | 863025bd0ed489fdb1cadfaf5b424f112697126d /sc | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen8.cxx | 3 | ||||
-rw-r--r-- | sc/source/filter/excel/excrecds.cxx | 6 | ||||
-rw-r--r-- | sc/source/filter/html/htmlexp.cxx | 8 | ||||
-rw-r--r-- | sc/source/ui/inc/acredlin.hxx | 7 |
4 files changed, 0 insertions, 24 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index cb1bd7d536eb..3e32e82624d8 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "scitems.hxx" #include <editeng/eeitem.hxx> @@ -47,7 +45,6 @@ #include <sfx2/viewsh.hxx> #include <svl/flagitem.hxx> #include <svl/intitem.hxx> -#define _SVSTDARR_USHORTS #include <svl/svstdarr.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx index ebd2b4ee3f5e..828b2d63a6d1 100644 --- a/sc/source/filter/excel/excrecds.cxx +++ b/sc/source/filter/excel/excrecds.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -//------------------------------------------------------------------------ - #include "excrecds.hxx" #include <map> @@ -63,7 +58,6 @@ #include <svl/zformat.hxx> #include <svtools/ctrltool.hxx> -#define _SVSTDARR_USHORTS #include <svl/svstdarr.hxx> #include <string.h> diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx index ec550e2e9703..af34e4003c30 100644 --- a/sc/source/filter/html/htmlexp.cxx +++ b/sc/source/filter/html/htmlexp.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -// INCLUDE --------------------------------------------------------------- - #include "scitems.hxx" #include <comphelper/string.hxx> #include <editeng/eeitem.hxx> @@ -56,9 +51,6 @@ #include <sfx2/objsh.hxx> #include <svl/stritem.hxx> #include <svl/urihelper.hxx> -#ifndef _SVSTDARR_STRINGSSORTDTOR -#define _SVSTDARR_STRINGSSORTDTOR -#endif #include <svl/svstdarr.hxx> #include <svl/zforlist.hxx> #include <svtools/htmlkywd.hxx> diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index 417ed14889a3..b1d183a9f5b3 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -34,19 +34,12 @@ #include <vcl/group.hxx> #include <svtools/headbar.hxx> #include <svtools/svtabbx.hxx> - - #include "rangenam.hxx" #include "anyrefdg.hxx" #include <vcl/lstbox.hxx> - #include <svx/ctredlin.hxx> #include <svx/simptabl.hxx> - -#ifndef _SVARRAY_HXX -#define _SVARRAY_HXX #include <svl/svarray.hxx> -#endif #include "chgtrack.hxx" #include "chgviset.hxx" #include <vcl/timer.hxx> |