From 1c38704ff1bff7942a9d1eb8452a43c03fe41449 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 14 Sep 2011 22:13:56 +0100 Subject: callcatcher: some unused code --- svl/inc/svl/style.hxx | 1 - svl/source/items/style.cxx | 12 ------------ 2 files changed, 13 deletions(-) (limited to 'svl') diff --git a/svl/inc/svl/style.hxx b/svl/inc/svl/style.hxx index 4f478c0c37b6..7edecd70883d 100644 --- a/svl/inc/svl/style.hxx +++ b/svl/inc/svl/style.hxx @@ -365,7 +365,6 @@ class SVL_DLLPUBLIC SfxUnoStyleSheet : public ::cppu::ImplInheritanceHelper2< Sf { public: SfxUnoStyleSheet( const UniString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eFamily, sal_uInt16 _nMaske ); - SfxUnoStyleSheet( const SfxStyleSheet& _rSheet ); static SfxUnoStyleSheet* getUnoStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle >& xStyle ); diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 1078c7f3462d..e09109cde2ef 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -953,12 +953,6 @@ SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r ) { return new SfxStyleSheet( r ); } -/* -sal_Bool SfxStyleSheetPool::CopyTo(SfxStyleSheetPool &, const String &) -{ - return sal_False; -} -*/ // -------------------------------------------------------------------- // class SfxUnoStyleSheet @@ -969,12 +963,6 @@ SfxUnoStyleSheet::SfxUnoStyleSheet( const UniString& _rName, const SfxStyleSheet { } -// -------------------------------------------------------------------- -SfxUnoStyleSheet::SfxUnoStyleSheet( const SfxStyleSheet& _rSheet ) -: ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com::sun::star::style::XStyle, ::com::sun::star::lang::XUnoTunnel >( _rSheet ) -{ -} - // -------------------------------------------------------------------- SfxUnoStyleSheet* SfxUnoStyleSheet::getUnoStyleSheet( const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle >& xStyle ) -- cgit