summaryrefslogtreecommitdiff
path: root/include/cppuhelper/compbase9.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppuhelper/compbase9.hxx')
-rw-r--r--include/cppuhelper/compbase9.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cppuhelper/compbase9.hxx b/include/cppuhelper/compbase9.hxx
index 0fac12ce4075..6c4203c32a89 100644
--- a/include/cppuhelper/compbase9.hxx
+++ b/include/cppuhelper/compbase9.hxx
@@ -25,12 +25,6 @@
namespace cppu
{
-// Suppress warnings about hidden functions in case any of the IfcN has
-// functions named dispose, addEventListener, or removeEventListener:
-#if defined __SUNPRO_CC
-#pragma disable_warn
-#endif
-
/** Implementation helper supporting com::sun::star::lang::XTypeProvider and
com::sun::star::lang::XComponent.
@@ -74,10 +68,6 @@ namespace cppu
{ return ImplHelper_getImplementationId( cd::get() ); }
};
-#if defined __SUNPRO_CC
-#pragma enable_warn
-#endif
-
/** Same as WeakComponentImplHelper9, except doesn't implement
addEventListener, removeEventListener and dispose.