summaryrefslogtreecommitdiff
path: root/svl/source/items
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/source/items
parent1cbaa2a61090fab9e0b24ac3f18395ced92e984f (diff)
callcatcher: some unused code
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/style.cxx12
1 files changed, 0 insertions, 12 deletions
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 )
{