diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:24:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:24:19 +0000 |
commit | 6b2679ea7d720018bdd4dfa78485fc57179ef5ca (patch) | |
tree | f7809d6770ddcae0117d9ce25445d91964d55b26 /xmlhelp | |
parent | ef5aa09d61e615121f430fda380f6c37495252ae (diff) |
INTEGRATION: CWS ucbfixes06 (1.41.10); FILE MERGED
2008/01/21 15:30:22 kso 1.41.10.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 0b9146193796..74f1973d0442 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urlparameter.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.42 $ * - * last change: $Author: ihi $ $Date: 2007-11-19 13:01:10 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:24:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #define WORKAROUND_98119 #ifdef WORKAROUND_98119 -#include <provider/bufferedinputstream.hxx> +#include "bufferedinputstream.hxx" #endif #include <string.h> @@ -71,12 +71,7 @@ #ifndef BERKELEYDBPROXY_DB_HXX_ #include "db.hxx" #endif -#ifndef _URLPARAMETER_HXX_ -#include <provider/urlparameter.hxx> -#endif -#ifndef _DATABASES_HXX_ -#include <provider/databases.hxx> -#endif + #ifndef _COM_SUN_STAR_IO_XACTIVEDATASINK_HPP_ #include <com/sun/star/io/XActiveDataSink.hpp> #endif @@ -111,6 +106,8 @@ #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #endif +#include "urlparameter.hxx" +#include "databases.hxx" namespace chelp { |