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 /sw/inc | |
parent | 2f9231f320340734568d0df657c9d5ae062331ec (diff) |
Remove _SVSTDARR_STRINGSISORTDTOR
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/acmplwrd.hxx | 2 | ||||
-rw-r--r-- | sw/inc/doc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/docstyle.hxx | 3 | ||||
-rw-r--r-- | sw/inc/shellres.hxx | 6 |
4 files changed, 0 insertions, 12 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index ad7a0de42414..c51bb800a6f1 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -28,8 +28,6 @@ #ifndef _ACMPLWRD_HXX #define _ACMPLWRD_HXX - -#define _SVSTDARR_STRINGSISORTDTOR #include <svl/svstdarr.hxx> class SwDoc; diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 9fdbb065405a..11f8cd8f0b2b 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -53,7 +53,6 @@ class SwList; #include <IDocumentExternalData.hxx> -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XStorage.hpp> diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index 620074a7efbb..4c64bb648189 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -30,10 +30,7 @@ #include <rtl/ref.hxx> -#ifndef _SVSTDARR_HXX -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> -#endif #include <svl/style.hxx> #include <svl/itemset.hxx> #include "swdllapi.h" diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index dcf71374d150..2c7ccc246954 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -28,15 +28,9 @@ #ifndef _SHELLRES_HXX #define _SHELLRES_HXX - #include <tools/string.hxx> - #include <vcl/bitmap.hxx> - -#ifndef _SVSTDARR_HXX -#define _SVSTDARR_STRINGSDTOR #include <svl/svstdarr.hxx> -#endif struct SW_DLLPUBLIC ShellResource : public Resource { |