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 --- vcl/source/components/dtranscomp.cxx | 10 +++++----- vcl/source/components/fontident.cxx | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'vcl/source/components') diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index fed5316fef91..5fa2a1680a59 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -207,7 +207,7 @@ void GenericClipboard::removeClipboardListener( const Reference< datatransfer::c m_aListeners.remove( listener ); } -// ------------------------------------------------------------------------ + class ClipboardFactory : public ::cppu::WeakComponentImplHelper1< com::sun::star::lang::XSingleServiceFactory @@ -225,7 +225,7 @@ public: virtual Reference< XInterface > SAL_CALL createInstanceWithArguments( const Sequence< Any >& rArgs ) throw(); }; -// ------------------------------------------------------------------------ + ClipboardFactory::ClipboardFactory() : cppu::WeakComponentImplHelper1< @@ -234,20 +234,20 @@ ClipboardFactory::ClipboardFactory() : { } -// ------------------------------------------------------------------------ + ClipboardFactory::~ClipboardFactory() { } -// ------------------------------------------------------------------------ + Reference< XInterface > ClipboardFactory::createInstance() throw() { return createInstanceWithArguments( Sequence< Any >() ); } -// ------------------------------------------------------------------------ + Reference< XInterface > ClipboardFactory::createInstanceWithArguments( const Sequence< Any >& arguments ) throw() { diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 9e5a138856ec..572051d65d12 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -41,7 +41,7 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::awt; -// ----------------------------------------------------------------------- + namespace vcl { @@ -67,7 +67,7 @@ FontIdentificator() {} }; -// -------------------------------------------------------------------- + FontIdentificator::~FontIdentificator() { -- cgit