diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.hxx | 5 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.hxx | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.hxx b/xmlhelp/source/cxxhelp/provider/databases.hxx index d161c60262df..366a914cbc6d 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.hxx +++ b/xmlhelp/source/cxxhelp/provider/databases.hxx @@ -20,13 +20,10 @@ #ifndef INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_DATABASES_HXX #define INCLUDED_XMLHELP_SOURCE_CXXHELP_PROVIDER_DATABASES_HXX -#include <config_global.h> +#include <sal/config.h> #include <set> #include <vector> -#if !HAVE_CXX11 -#define BOOST_NO_0X_HDR_TYPEINDEX -#endif #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> #include <osl/mutex.hxx> diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index 6abcdcdcd939..5d5823c00dea 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -21,10 +21,6 @@ #include <com/sun/star/ucb/XSimpleFileAccess3.hpp> -#include <config_global.h> -#if !HAVE_CXX11 -#define BOOST_NO_0X_HDR_TYPEINDEX -#endif #include <boost/unordered_map.hpp> #include <rtl/string.hxx> |