summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/cppu/unotype.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cppu/inc/cppu/unotype.hxx b/cppu/inc/cppu/unotype.hxx
index 23d2ddead105..2861bdb2c922 100644
--- a/cppu/inc/cppu/unotype.hxx
+++ b/cppu/inc/cppu/unotype.hxx
@@ -107,11 +107,7 @@ getTypeFromTypeClass(::typelib_TypeClass tc) {
}
-// For _MSC_VER 1310, define cppu_detail_getUnoType in the global namespace, to
-// avoid spurious compiler errors in code that calls cppu_detail_getUnoType:
-#if !defined _MSC_VER || _MSC_VER > 1310
namespace cppu { namespace detail {
-#endif
inline ::com::sun::star::uno::Type const &
cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::cppu::UnoVoidType const *) {
@@ -240,9 +236,7 @@ cppu_detail_getUnoType(
return ::cppu::UnoType< T >::get();
}
-#if !defined _MSC_VER || _MSC_VER > 1310
} }
-#endif
namespace cppu {