summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/filter/excel/xiformula.cxx6
-rw-r--r--sc/source/filter/excel/xistring.cxx6
2 files changed, 8 insertions, 4 deletions
diff --git a/sc/source/filter/excel/xiformula.cxx b/sc/source/filter/excel/xiformula.cxx
index f2cd373ac723..687d88bc58b0 100644
--- a/sc/source/filter/excel/xiformula.cxx
+++ b/sc/source/filter/excel/xiformula.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xiformula.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 13:41:02 $
+ * last change: $Author: vg $ $Date: 2006-09-27 09:46:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,8 @@
*
************************************************************************/
+#include "precompiled_sc.hxx"
+
#ifndef SC_XIFORMULA_HXX
#include "xiformula.hxx"
#endif
diff --git a/sc/source/filter/excel/xistring.cxx b/sc/source/filter/excel/xistring.cxx
index 7915c918012d..85ed29f03483 100644
--- a/sc/source/filter/excel/xistring.cxx
+++ b/sc/source/filter/excel/xistring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xistring.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 13:42:59 $
+ * last change: $Author: vg $ $Date: 2006-09-27 09:46:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,8 @@
*
************************************************************************/
+#include "precompiled_sc.hxx"
+
#ifndef SC_XISTRING_HXX
#include "xistring.hxx"
#endif