summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/compbase12.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-12-16 20:28:45 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-16 20:52:39 +0000
commit66397a4fd222757a8bd651c0c297615319eac4a5 (patch)
treef84d3cc35ccf23bdcf148cc86835bbb9932350e6 /include/cppuhelper/compbase12.hxx
parentAllow setting environment value directly in .component files (diff)
downloadcore-66397a4fd222757a8bd651c0c297615319eac4a5.tar.gz
core-66397a4fd222757a8bd651c0c297615319eac4a5.zip
fdo#72598 Remove SunStudio cruft from code base
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4 Reviewed-on: https://gerrit.libreoffice.org/7103 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/cppuhelper/compbase12.hxx')
-rw-r--r--include/cppuhelper/compbase12.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cppuhelper/compbase12.hxx b/include/cppuhelper/compbase12.hxx
index 07adea43884a..85e3d32e6cb6 100644
--- a/include/cppuhelper/compbase12.hxx
+++ b/include/cppuhelper/compbase12.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 WeakComponentImplHelper12, except doesn't implement
addEventListener, removeEventListener and dispose.