summaryrefslogtreecommitdiffstats
path: root/starmath/source/config.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-02 14:07:16 +0000
committerThomas Lange <tl@openoffice.org>2000-11-02 14:07:16 +0000
commitf8b3801389041be22885e63e660273145caf89b4 (patch)
tree3d334b8d6239419ee2147ba2f2ca6356e21fa82a /starmath/source/config.cxx
parent#79468# proeprty DocumentIndexMarks added to user defined and alphabetical index (diff)
downloadcore-f8b3801389041be22885e63e660273145caf89b4.tar.gz
core-f8b3801389041be22885e63e660273145caf89b4.zip
SvFileStream not used anymore, SfxMedium now used
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r--starmath/source/config.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx
index 2a26b23275c3..843cc8fae2b8 100644
--- a/starmath/source/config.cxx
+++ b/starmath/source/config.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: config.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:57:26 $
+ * last change: $Author: tl $ $Date: 2000-11-02 15:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,9 @@
#ifndef _SFXINTITEM_HXX //autogen
#include <svtools/intitem.hxx>
#endif
+#ifndef _STREAM_HXX
+#include <tools/stream.hxx>
+#endif
#ifndef CONFIG_HXX