diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-11 17:45:42 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-11 17:45:42 +0100 |
commit | e7f2e7c26b6f53e86e48d4cfa3e45d59252c39f0 (patch) | |
tree | ebaf5717706a6abf9c36fa86a4651758a4b89083 /xmlhelp | |
parent | 800d0c7ef6a59e2bd00f1de536fe3c8b5fea04b0 (diff) | |
parent | 4903e0098d5328358cbe7b5c08f4b36209b9ce5d (diff) |
CWS-TOOLING: integrate CWS expat201_DEV300
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index d610bd7e7cfb..a35b494c5742 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -38,11 +38,7 @@ #include <vos/diagnose.hxx> #endif #include "tvread.hxx" -#ifdef SYSTEM_EXPAT #include <expat.h> -#else -#include <expat/xmlparse.h> -#endif #include <osl/file.hxx> #include <com/sun/star/frame/XConfigManager.hpp> #include <com/sun/star/beans/PropertyValue.hpp> |