From eb8939e85a46e07bb5aedca391b73ccf42032d48 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Sep 2004 14:58:44 +0000 Subject: 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 --- sax/source/expatwrap/sax_expat.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sax') 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 #include +#ifdef SYSTEM_EXPAT +#include +#else #include "expat/xmlparse.h" +#endif using namespace ::rtl; using namespace ::std; -- cgit