diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:15:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:15:14 +0000 |
commit | b2b03c2178b9c8798f2df895e485840418034cdc (patch) | |
tree | 94e38ddf531ff306c723d3b502c1cf579f09399d /xmlhelp | |
parent | 99b72ebb0ec16c08a1ed82e70a3a93b2e134ab0c (diff) |
INTEGRATION: CWS ooo20040704 (1.13.110); FILE MERGED
2004/06/28 10:37:29 cmc 1.13.110.1: #i30801 allow using system libs if possible
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index ed5cf9b0d87d..dacd09fb392c 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -8,9 +8,13 @@ #ifndef _TREEVIEW_TVREAD_HXX_ #include "tvread.hxx" #endif +#ifdef SYSTEM_EXPAT +#include <expat.h> +#else #ifndef XmlParse_INCLUDED #include <expat/xmlparse.h> #endif +#endif #ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> #endif |