Kaydet (Commit) a7791663 authored tarafından Nigel Hawkins's avatar Nigel Hawkins

Remove last traces of SvBools from sw

üst b4982fff
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#ifndef _SVSTDARR_HXX #ifndef _SVSTDARR_HXX
#define _SVSTDARR_LONGS #define _SVSTDARR_LONGS
#define _SVSTDARR_BOOLS
#include <svl/svstdarr.hxx> #include <svl/svstdarr.hxx>
#endif #endif
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#ifndef _SVSTDARR_HXX #ifndef _SVSTDARR_HXX
#define _SVSTDARR_USHORTS #define _SVSTDARR_USHORTS
#define _SVSTDARR_ULONGS #define _SVSTDARR_ULONGS
#define _SVSTDARR_BOOLS
#define _SVSTDARR_USHORTSSORT #define _SVSTDARR_USHORTSSORT
#include <svl/svstdarr.hxx> #include <svl/svstdarr.hxx>
#endif #endif
......
...@@ -64,9 +64,6 @@ ...@@ -64,9 +64,6 @@
#include <editeng/brshitem.hxx> #include <editeng/brshitem.hxx>
#include <SwSmartTagMgr.hxx> #include <SwSmartTagMgr.hxx>
#define _SVSTDARR_BOOLS
#include <svl/svstdarr.hxx>
#define _LAYACT_CXX #define _LAYACT_CXX
#include "layact.hxx" #include "layact.hxx"
#include <swwait.hxx> #include <swwait.hxx>
......
...@@ -33,10 +33,6 @@ ...@@ -33,10 +33,6 @@
#include <deque> #include <deque>
#include <vector> #include <vector>
#ifndef _SVSTDARR_HXX
#define _SVSTDARR_BOOLS
#include <svl/svstdarr.hxx>
#endif
#include <editeng/svxrtf.hxx> #include <editeng/svxrtf.hxx>
#include <editeng/numitem.hxx> #include <editeng/numitem.hxx>
#include <editeng/boxitem.hxx> #include <editeng/boxitem.hxx>
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <osl/endian.h> #include <osl/endian.h>
#include <docsh.hxx> #include <docsh.hxx>
#define _SVSTDARR_BOOLS
#include <svl/svstdarr.hxx> #include <svl/svstdarr.hxx>
#include <unotools/fltrcfg.hxx> #include <unotools/fltrcfg.hxx>
......
...@@ -35,9 +35,8 @@ ...@@ -35,9 +35,8 @@
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <vector> #include <vector>
#if !defined(_SVSTDARR_USHORTS_DECL) || !defined(_SVSTDARR_BOOLS_DECL) || !defined(_SVSTDARR_STRINGSDTOR_DECL) #if !defined(_SVSTDARR_USHORTS_DECL) || !defined(_SVSTDARR_STRINGSDTOR_DECL)
#define _SVSTDARR_USHORTS #define _SVSTDARR_USHORTS
#define _SVSTDARR_BOOLS
#define _SVSTDARR_STRINGSDTOR #define _SVSTDARR_STRINGSDTOR
#include <svl/svstdarr.hxx> #include <svl/svstdarr.hxx>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment