diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:21:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:21:00 +0000 |
commit | 126aa2a0761a4c3a3221bbf5348663c53ae893b8 (patch) | |
tree | a49a407863de1cf25c2a36f6507279e8f9dc96f3 /xmlhelp | |
parent | 83477b9a0f813a2754d57317c75d7c0a10293e1d (diff) |
INTEGRATION: CWS ucbfixes06 (1.49.10); FILE MERGED
2008/03/06 15:48:22 kso 1.49.10.2: RESYNC: (1.49-1.51); FILE MERGED
2008/01/21 15:30:21 kso 1.49.10.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index a177c9071606..89845685ef88 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -4,9 +4,9 @@ * * $RCSfile: databases.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: obo $ $Date: 2008-02-27 10:31:07 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:21:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,18 +48,12 @@ #ifndef _RTL_URI_HXX_ #include <rtl/uri.hxx> #endif -#ifndef _DATABASES_HXX_ -#include <provider/databases.hxx> -#endif #ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> #endif #ifndef _RTL_MEMORY_H_ #include <rtl/memory.h> #endif -#ifndef _URLPARAMETER_HXX_ -#include <provider/urlparameter.hxx> -#endif #ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_ #include <com/sun/star/lang/Locale.hpp> #endif @@ -87,6 +81,9 @@ #include <xmlhelp/compilehelp.hxx> +#include "databases.hxx" +#include "urlparameter.hxx" + using namespace chelp; using namespace berkeleydbproxy; using namespace com::sun::star; |