diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:14:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 15:14:11 +0000 |
commit | e69cca1ffdd06adad70cbbf81c28cb7b48cb8fe6 (patch) | |
tree | 78e78e8f04984ef0baf55484a3f010144a9641aa /xmlhelp | |
parent | 9e8912366419218069a3b245eebf2021359a5dea (diff) |
INTEGRATION: CWS ooo20040704 (1.37.76); FILE MERGED
2004/07/02 10:19:41 cmc 1.37.76.2: #i30891# revert header and namespace change
2004/06/28 10:37:28 cmc 1.37.76.1: #i30801 allow using system libs if possible
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 9029f84213af..15068f98c1a3 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -2,9 +2,9 @@ * * $RCSfile: databases.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: kz $ $Date: 2004-08-30 17:26:40 $ + * last change: $Author: rt $ $Date: 2004-09-08 16:14:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,11 @@ * ************************************************************************/ - +#ifdef SYSTEM_DB3 +#include <db3/db_cxx.h> +#else #include <berkeleydb/db_cxx.h> +#endif #ifndef _VOS_DIAGNOSE_HXX_ #include <vos/diagnose.hxx> #endif |