diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-14 22:13:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-15 11:23:37 +0100 |
commit | 1c38704ff1bff7942a9d1eb8452a43c03fe41449 (patch) | |
tree | 7ad5114802f4a802ab311b5613a4b6b4533644d1 /svl/inc | |
parent | 1cbaa2a61090fab9e0b24ac3f18395ced92e984f (diff) |
callcatcher: some unused code
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/style.hxx | 1 |
1 files changed, 0 insertions, 1 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 ); |