INTEGRATION: CWS tl07 (1.4.372); FILE MERGED

2004/12/16 12:24:30 tl 1.4.372.1: #i39124# removed code that is used only in the binfilter now
This commit is contained in:
Rüdiger Timm 2005-04-04 07:03:10 +00:00
parent 5dfaf14dc6
commit a29fdca3e4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: format.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: tl $ $Date: 2001-08-16 09:19:53 $
* last change: $Author: rt $ $Date: 2005-04-04 08:03:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -203,12 +203,6 @@ public:
((SmFormat *) this)->Broadcast(SfxSimpleHint(HINT_FORMATCHANGED));
}
// functions for compatibility with older versions
void ReadSM20Format(SvStream &rStream);
void From300To304a();
friend SvStream & operator << (SvStream &rStream, const SmFormat &rFormat);
friend SvStream & operator >> (SvStream &rStream, SmFormat &rFormat);
};
inline BOOL SmFormat::operator != (const SmFormat &rFormat) const