summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportDataPilot.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-15 12:56:21 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-15 12:56:21 +0000
commit80f3188732a538d80d395d25f2d032614761c13a (patch)
tree96166d649c497036b2740cc268acbb81c57528f9 /sc/source/filter/xml/XMLExportDataPilot.hxx
parentdd51e96c2293b642a831e019ef1235f66fd01dfd (diff)
move the include of global.hxx from cxx to hxx
Diffstat (limited to 'sc/source/filter/xml/XMLExportDataPilot.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportDataPilot.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLExportDataPilot.hxx b/sc/source/filter/xml/XMLExportDataPilot.hxx
index eb4c498f434a..88fc970cc0ad 100644
--- a/sc/source/filter/xml/XMLExportDataPilot.hxx
+++ b/sc/source/filter/xml/XMLExportDataPilot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLExportDataPilot.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2000-11-15 12:30:03 $
+ * last change: $Author: sab $ $Date: 2000-11-15 13:56:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,12 +68,12 @@
#include <rtl/ustring>
+#ifndef SC_SCGLOB_HXX
#include "global.hxx"
+#endif
class ScXMLExport;
class ScDocument;
-struct ScQueryEntry;
-struct ScQueryParam;
class ScXMLExportDataPilot
{