summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/Any.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Any.hxx')
-rw-r--r--include/com/sun/star/uno/Any.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index 986b045d5f29..1c02e5d58eef 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -157,11 +157,10 @@ inline bool Any::has() const
(uno_QueryInterfaceFunc) cpp_queryInterface,
(uno_ReleaseFunc) cpp_release );
}
-#if ! defined(__SUNPRO_CC)
+
// not impl: forbid use with ambiguous type (sal_Unicode, sal_uInt16)
template <>
bool Any::has<sal_uInt16>() const;
-#endif // ! defined(__SUNPRO_CC)
//__________________________________________________________________________________________________
inline sal_Bool Any::operator == ( const Any & rAny ) const SAL_THROW(())