diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:55:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:55:53 +0000 |
commit | 66a11cd2e34fd3b4a130e1a5ade3859ddc2fd824 (patch) | |
tree | f22626542cc98fc109b630079258ec5b2c47d525 /transex3 | |
parent | f915712a80cc48e8bb987893adf3358d276d24b5 (diff) |
INTEGRATION: CWS configure1 (1.2.4); FILE MERGED
2004/09/21 13:16:54 cmc 1.2.4.1: #i34439# system-expat
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/inc/xmlparse.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/transex3/inc/xmlparse.hxx b/transex3/inc/xmlparse.hxx index 334df540055a..aaec253dd57d 100644 --- a/transex3/inc/xmlparse.hxx +++ b/transex3/inc/xmlparse.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlparse.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-08-30 17:29:09 $ + * last change: $Author: hr $ $Date: 2004-10-11 13:55:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,11 @@ #include <signal.h> //#include "osl/signal.h" +#ifdef SYSTEM_EXPAT +#include <expat.h> +#else #include <external/expat/xmlparse.h> +#endif #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include "tools/string.hxx" |