diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 21:36:23 +0000 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-03-09 21:36:23 +0000 |
commit | 6165ef7c953ff7fdd9a52e3a516a0500a8ee5b0f (patch) | |
tree | c32ba6b127dc1a25201a2e363e1111222beb9deb | |
parent | aa9a3810fc2fda1b2ccda46e210172cc76d4f36d (diff) |
Remove last traces of SvLongs
-rw-r--r-- | sw/inc/tabcol.hxx | 5 | ||||
-rw-r--r-- | sw/source/core/edit/autofmt.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/fields/authfld.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/layout/dbg_lay.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/html/swhtml.hxx | 5 | ||||
-rw-r--r-- | sw/source/ui/envelp/envfmt.cxx | 1 |
7 files changed, 1 insertions, 15 deletions
diff --git a/sw/inc/tabcol.hxx b/sw/inc/tabcol.hxx index ad179f381e..f5c3bede3b 100644 --- a/sw/inc/tabcol.hxx +++ b/sw/inc/tabcol.hxx @@ -28,11 +28,6 @@ #ifndef _TABCOL_HXX #define _TABCOL_HXX -#ifndef _SVSTDARR_HXX -#define _SVSTDARR_LONGS -#include <svl/svstdarr.hxx> -#endif - #ifndef INCLUDED_VECTOR #include <vector> #define INCLUDED_VECTOR diff --git a/sw/source/core/edit/autofmt.cxx b/sw/source/core/edit/autofmt.cxx index e83dfa0de4..00fd59ec88 100644 --- a/sw/source/core/edit/autofmt.cxx +++ b/sw/source/core/edit/autofmt.cxx @@ -29,8 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - -#define _SVSTDARR_LONGS #define _SVSTDARR_USHORTS #include <ctype.h> diff --git a/sw/source/core/fields/authfld.cxx b/sw/source/core/fields/authfld.cxx index f41ab013fe..5bc0766176 100644 --- a/sw/source/core/fields/authfld.cxx +++ b/sw/source/core/fields/authfld.cxx @@ -32,7 +32,6 @@ #define _SVSTDARR_STRINGSDTOR #define _SVSTDARR_USHORTS -#define _SVSTDARR_LONGS #define _SVSTDARR_ULONGS #include <hintids.hxx> diff --git a/sw/source/core/layout/dbg_lay.cxx b/sw/source/core/layout/dbg_lay.cxx index 301bb9c210..8bdeb153f9 100644 --- a/sw/source/core/layout/dbg_lay.cxx +++ b/sw/source/core/layout/dbg_lay.cxx @@ -116,7 +116,6 @@ #ifndef _SVSTDARR_HXX #define _SVSTDARR_USHORTS #define _SVSTDARR_USHORTSSORT -#define _SVSTDARR_LONGS #include <svl/svstdarr.hxx> #endif diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index da5e5db8ab..d409fb9b14 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -35,7 +35,6 @@ #include <vcl/sound.hxx> #include <tools/poly.hxx> -#define _SVSTDARR_LONGS #include <svl/svstdarr.hxx> #include <svx/xoutbmp.hxx> #include <sfx2/progress.hxx> diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx index a5385dab45..65ad568ec9 100644 --- a/sw/source/filter/html/swhtml.hxx +++ b/sw/source/filter/html/swhtml.hxx @@ -28,14 +28,11 @@ #ifndef _SWHTML_HXX #define _SWHTML_HXX -#if !defined(_SVSTDARR_XUB_STRLEN_DECL) || !defined(_SVSTDARR_LONGS_DECL) || \ +#if !defined(_SVSTDARR_XUB_STRLEN_DECL) || \ !defined(_SVSTDARR_USHORTS_DECL) || !defined(_SVSTDARR_STRINGSDTOR_DECL) #ifndef _SVSTDARR_XUB_STRLEN_DECL #define _SVSTDARR_XUB_STRLEN #endif -#ifndef _SVSTDARR_LONGS_DECL -#define _SVSTDARR_LONGS -#endif #ifndef _SVSTDARR_USHORTS_DECL #define _SVSTDARR_USHORTS #endif diff --git a/sw/source/ui/envelp/envfmt.cxx b/sw/source/ui/envelp/envfmt.cxx index d0d608a8bb..de9946969c 100644 --- a/sw/source/ui/envelp/envfmt.cxx +++ b/sw/source/ui/envelp/envfmt.cxx @@ -38,7 +38,6 @@ #include <tools/pstm.hxx> #define _SVSTDARR_LONGSSORT -#define _SVSTDARR_LONGS #include <svl/svstdarr.hxx> #include <editeng/paperinf.hxx> #include <editeng/tstpitem.hxx> |