From b0e02e72c20f3c921fed34367f8184604387572b Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Sat, 16 Aug 2014 21:27:34 -0400 Subject: svl: Remove ASCII art and pointless comments Change-Id: Idd8ea0cb7e7d58a29dbfcae084558320efe5fe43 Reviewed-on: https://gerrit.libreoffice.org/10945 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- svl/source/items/style.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'svl/source/items/style.cxx') diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 7340f16ad16f..541fa95cbcbc 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -958,9 +958,6 @@ SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r ) return new SfxStyleSheet( r ); } -/** - * class SfxUnoStyleSheet - */ SfxUnoStyleSheet::SfxUnoStyleSheet( const OUString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eFamily, sal_uInt16 _nMaske ) : ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com::sun::star::style::XStyle, ::com::sun::star::lang::XUnoTunnel >( _rName, _rPool, _eFamily, _nMaske ) { -- cgit