diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-10 18:22:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-11 15:50:50 +0200 |
commit | fcf015832466f4d902e8aeb1466309a1bc230475 (patch) | |
tree | 517808b6262230e30175d1d7a40ddbb822df1c7f /xmlhelp | |
parent | 2f1a28cf8fcfdfc369cf91936062c4f942ec03dd (diff) |
(Rudimentary) C++11 support is a hard requirement now
Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75
Diffstat (limited to 'xmlhelp')
-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> |