summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2009-11-13 11:06:34 +0000
committerCaolán McNamara <cmc@openoffice.org>2009-11-13 11:06:34 +0000
commit17b482eaf8cbabbd9b127ea77d2c69b267286909 (patch)
treeccc10b31ba5c384d0cf4af23b572c08e2cf3abb9 /shell
parent12c7dc97e4470d70a9df30429c3dc51343682c07 (diff)
#i106889# upgrade expat to 2.0.1
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/xml_parser.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/inc/internal/xml_parser.hxx b/shell/inc/internal/xml_parser.hxx
index 6080d4c5fd..6452d665dc 100644
--- a/shell/inc/internal/xml_parser.hxx
+++ b/shell/inc/internal/xml_parser.hxx
@@ -31,11 +31,7 @@
#ifndef _XML_PARSER_HXX_
#define _XML_PARSER_HXX_
-#ifdef SYSTEM_EXPAT
#include <expat.h>
-#else
-#include <external/expat/xmlparse.h>
-#endif
#include <stdexcept>
//-----------------------------------------------------