Kaydet (Commit) e964e2c5 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code SvxNumberFormat::Create(SvStream&)

Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45
üst 36654b18
......@@ -306,11 +306,6 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC
return rStream;
}
SvxNumberFormat* SvxNumberFormat::Create( SvStream &rStream )
{
return new SvxNumberFormat( rStream );
}
SvxNumberFormat& SvxNumberFormat::operator=( const SvxNumberFormat& rFormat )
{
if (& rFormat == this) { return *this; }
......
......@@ -162,7 +162,6 @@ public:
virtual ~SvxNumberFormat();
SvStream& Store(SvStream &rStream, FontToSubsFontConverter pConverter);
SvxNumberFormat* Create(SvStream& rStream );
SvxNumberFormat& operator=( const SvxNumberFormat& );
bool operator==( const SvxNumberFormat& ) const;
......
......@@ -72,7 +72,6 @@ SvtIconChoiceCtrl::SetEntryTextMode(SvxIconChoiceCtrlTextMode, SvxIconChoiceCtrl
SvtListener::IsListening(SvtBroadcaster&) const
SvxDistributePage::GetRanges()
SvxNumRule::Create(SvStream&)
SvxNumberFormat::Create(SvStream&)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
TextDoc::IsValidPaM(TextPaM 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