summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sal/types.h4
1 files changed, 2 insertions, 2 deletions
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