summaryrefslogtreecommitdiff
path: root/starmath/source/eqnolefilehdr.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-04-28 21:53:29 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-04-28 21:53:29 -0500
commitf54c659e240896bc65f3f6f37fc993813630d8d3 (patch)
tree33032d5ee20125d9ca0bee2d2c0b9d993928920c /starmath/source/eqnolefilehdr.cxx
parent7438c388e31ac611af903dc98006b084f565911e (diff)
avoid object double include in starmath
Diffstat (limited to 'starmath/source/eqnolefilehdr.cxx')
-rw-r--r--starmath/source/eqnolefilehdr.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/starmath/source/eqnolefilehdr.cxx b/starmath/source/eqnolefilehdr.cxx
index 4da274fb2673..3e7fa57c665a 100644
--- a/starmath/source/eqnolefilehdr.cxx
+++ b/starmath/source/eqnolefilehdr.cxx
@@ -33,30 +33,6 @@
//////////////////////////////////////////////////////////////////////
-void EQNOLEFILEHDR::Read(SvStorageStream *pS)
-{
- *pS >> nCBHdr;
- *pS >> nVersion;
- *pS >> nCf;
- *pS >> nCBObject;
- *pS >> nReserved1;
- *pS >> nReserved2;
- *pS >> nReserved3;
- *pS >> nReserved4;
-}
-
-
-void EQNOLEFILEHDR::Write(SvStorageStream *pS)
-{
- *pS << nCBHdr;
- *pS << nVersion;
- *pS << nCf;
- *pS << nCBObject;
- *pS << nReserved1;
- *pS << nReserved2;
- *pS << nReserved3;
- *pS << nReserved4;
-}
sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion )