summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-14 22:13:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-15 11:23:37 +0100
commit1c38704ff1bff7942a9d1eb8452a43c03fe41449 (patch)
tree7ad5114802f4a802ab311b5613a4b6b4533644d1 /svl
parent1cbaa2a61090fab9e0b24ac3f18395ced92e984f (diff)
callcatcher: some unused code
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/style.hxx1
-rw-r--r--svl/source/items/style.cxx12
2 files changed, 0 insertions, 13 deletions
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
@@ -970,12 +964,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 )
{