From b08247a12b43fcd9f86ecd912fce7d69a3e66061 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 15:33:22 +0200 Subject: HAVE_CXX11_OVERRIDE is required on all supported toolchains Change-Id: Ibc5462642d0a3cd0f96668472ddc0ac0ae407132 --- include/sal/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sal/types.h b/include/sal/types.h index da6849ead524..498a154f1f9f 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -406,12 +406,12 @@ namespace css = ::com::sun::star; /** C++11 "override" feature. - With HAVE_CXX11_OVERRIDE, force the method to override a existing method in + For LIBO_INTERNAL_ONLY, force the method to override a existing method in parent, error out if the method with the correct signature does not exist. @since LibreOffice 4.1 */ -#if HAVE_CXX11_OVERRIDE +#if defined LIBO_INTERNAL_ONLY #define SAL_OVERRIDE override #else #define SAL_OVERRIDE -- cgit