summaryrefslogtreecommitdiff
path: root/starmath/inc/format.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:03:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:03:10 +0000
commita29fdca3e4d759330f5b310df2257a73a9812805 (patch)
tree8504f86068b2e939dbe616c9a1cb368373635095 /starmath/inc/format.hxx
parent5dfaf14dc688623987fc66d00d50a867a3a297eb (diff)
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
Diffstat (limited to 'starmath/inc/format.hxx')
-rw-r--r--starmath/inc/format.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx
index 85dac8a4c52b..53a5effcfb00 100644
--- a/starmath/inc/format.hxx
+++ b/starmath/inc/format.hxx
@@ -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