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:
parent
5dfaf14dc6
commit
a29fdca3e4
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue