diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-23 12:22:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-23 12:22:39 +0100 |
commit | d8fc1770099c5bd96ac518561f10840a7dfd62d1 (patch) | |
tree | 68e92d315c918f978d2602a02c700bb6ec528589 /xmlhelp | |
parent | 3313f7a555300bdce3fe18117386397431b4202b (diff) |
remove all other deprecated header guards
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx | 4 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 6 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetbase.hxx | 3 | ||||
-rw-r--r-- | xmlhelp/source/treeview/tvread.hxx | 3 |
4 files changed, 0 insertions, 16 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx index aaa7244bb674..5f28e8ee9b60 100644 --- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx +++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx @@ -28,14 +28,10 @@ #ifndef _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ #define _XMLSEARCH_UTIL_DECOMPRESSOR_HXX_ -#ifndef INCLUDED_STL_VECTOR #include <vector> -#define INCLUDED_STL_VECTOR -#endif #include <excep/XmlSearchExceptions.hxx> #include <util/RandomAccessStream.hxx> - namespace xmlsearch { namespace util { diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index d9c333f9ff70..028fad1931bf 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -29,14 +29,8 @@ #ifndef _DATABASES_HXX_ #define _DATABASES_HXX_ -#ifndef INCLUDED_STL_SET #include <set> -#define INCLUDED_STL_SET -#endif -#ifndef INCLUDED_STL_VECTOR #include <vector> -#define INCLUDED_STL_VECTOR -#endif #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> #include <osl/mutex.hxx> diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx index c7cf7f64dd00..98772c184eac 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.hxx @@ -28,10 +28,7 @@ #ifndef _RESULTSETBASE_HXX #define _RESULTSETBASE_HXX -#ifndef INCLUDED_STL_VECTOR #include <vector> -#define INCLUDED_STL_VECTOR -#endif #include <cppuhelper/weak.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx index 847e5fdc08ac..a6bd75135c71 100644 --- a/xmlhelp/source/treeview/tvread.hxx +++ b/xmlhelp/source/treeview/tvread.hxx @@ -29,10 +29,7 @@ #ifndef _TREEVIEW_TVREAD_HXX_ #define _TREEVIEW_TVREAD_HXX_ -#ifndef INCLUDED_STL_VECTOR #include <vector> -#define INCLUDED_STL_VECTOR -#endif #include <rtl/ref.hxx> #include <rtl/ustring.hxx> #include <ucbhelper/macros.hxx> |