From 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Sat, 22 Feb 2014 21:20:15 +0100 Subject: Remove unneccessary comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bridges/source/cpp_uno/mingw_intel/except.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bridges/source/cpp_uno/mingw_intel') diff --git a/bridges/source/cpp_uno/mingw_intel/except.cxx b/bridges/source/cpp_uno/mingw_intel/except.cxx index 330f66881db7..d6ec5219f329 100644 --- a/bridges/source/cpp_uno/mingw_intel/except.cxx +++ b/bridges/source/cpp_uno/mingw_intel/except.cxx @@ -108,16 +108,16 @@ public: type_info * getRTTI( typelib_CompoundTypeDescription * ) SAL_THROW(()); }; -//__________________________________________________________________________________________________ + RTTI::RTTI() SAL_THROW(()) { } -//__________________________________________________________________________________________________ + RTTI::~RTTI() SAL_THROW(()) { } -//__________________________________________________________________________________________________ + type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THROW(()) { type_info * rtti; @@ -185,7 +185,7 @@ type_info * RTTI::getRTTI( typelib_CompoundTypeDescription *pTypeDescr ) SAL_THR return rtti; } -//-------------------------------------------------------------------------------------------------- + extern "C" { static void _GLIBCXX_CDTOR_CALLABI deleteException( void * pExc ) { -- cgit