summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/sax_expat.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 14:58:44 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 14:58:44 +0000
commiteb8939e85a46e07bb5aedca391b73ccf42032d48 (patch)
treee1ac4d50e724a749b1aea93afdf2cdaf43ce0b49 /sax/source/expatwrap/sax_expat.cxx
parent9df68d6ab95eb888738b257c7dc4985e5384ec1d (diff)
INTEGRATION: CWS ooo20040704 (1.11.22); FILE MERGED
2004/06/28 07:19:38 cmc 1.11.22.1: #i30801 allow using system libs if possible
Diffstat (limited to 'sax/source/expatwrap/sax_expat.cxx')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index b05d85466fce..9521899b5ac7 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sax_expat.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 16:04:29 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:58:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,11 @@
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase2.hxx>
+#ifdef SYSTEM_EXPAT
+#include <expat.h>
+#else
#include "expat/xmlparse.h"
+#endif
using namespace ::rtl;
using namespace ::std;