Kaydet (Commit) dd853ad6 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: unused methods

üst 5c8a5422
......@@ -44,7 +44,6 @@ public:
CntContentTypeItem();
CntContentTypeItem( sal_uInt16 nWhich, const XubString& rType );
CntContentTypeItem( sal_uInt16 nWhich, const INetContentType eType );
CntContentTypeItem( const CntContentTypeItem& rOrig );
virtual SfxPoolItem* Create( SvStream& rStream,
......@@ -58,7 +57,6 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = NULL ) const;
void SetValue( const XubString& rNewVal );
void SetPresentation( const XubString& rNewVal );
using SfxPoolItem::Compare;
virtual int Compare( const SfxPoolItem &rWith, const IntlWrapper& rIntlWrapper ) const;
......
......@@ -63,14 +63,6 @@ CntContentTypeItem::CntContentTypeItem( sal_uInt16 which, const XubString& rType
{
}
//----------------------------------------------------------------------------
CntContentTypeItem::CntContentTypeItem( sal_uInt16 which,
const INetContentType eType )
: CntUnencodedStringItem( which, INetContentTypes::GetContentType( eType ) ),
_eType( eType )
{
}
//----------------------------------------------------------------------------
CntContentTypeItem::CntContentTypeItem( const CntContentTypeItem& rOrig )
: CntUnencodedStringItem( rOrig ),
......@@ -151,12 +143,6 @@ void CntContentTypeItem::SetValue( const XubString& rNewVal )
CntUnencodedStringItem::SetValue( rNewVal );
}
//----------------------------------------------------------------------------
void CntContentTypeItem::SetPresentation( const XubString& rNewVal )
{
_aPresentation = rNewVal;
}
//----------------------------------------------------------------------------
int CntContentTypeItem::Compare( const SfxPoolItem &rWith, const IntlWrapper& rIntlWrapper ) const
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment