summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-30 07:38:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-30 07:38:37 +0000
commitcdfaf4cb911fbd4f84a93eb383214afe596c241f (patch)
tree156509a0442d4ece872b60e364d12640c4a4177c /xmlhelp
parent9ac582602d05873c745f4db7ca9ec40deab4fdff (diff)
INTEGRATION: CWS fwkfinal3 (1.35.6); FILE MERGED
2005/03/19 17:31:49 abi 1.35.6.1: bdbchange
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 33f6e0d99b17..c2934b208e0f 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urlparameter.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: kz $ $Date: 2005-03-04 00:16:20 $
+ * last change: $Author: rt $ $Date: 2005-03-30 08:38:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,12 +98,8 @@
#include <sablot/shandler.h>
#endif
#endif
-#ifdef SYSTEM_DB3
-#include <db3/db_cxx.h>
-#else
-#ifndef _DB_CXX_H_
-#include <berkeleydb/db_cxx.h>
-#endif
+#ifndef BERKELEYDBPROXY_DB_HXX_
+#include "db.hxx"
#endif
#ifndef _URLPARAMETER_HXX_
#include <provider/urlparameter.hxx>
@@ -175,6 +171,7 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::ucb;
using namespace com::sun::star::container;
+using namespace berkeleydbproxy;
using namespace chelp;