diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:23:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:23:14 +0000 |
commit | 44edd72c0ca0b06dac60d10b54f9cad986f6ecb1 (patch) | |
tree | 09398d5b6e33937a36ae128cbf4136e82634f9c8 /xmlhelp | |
parent | 6e3d07bdeba9ba5218c2cafc08e67f0df182cdf4 (diff) |
INTEGRATION: CWS ucbfixes06 (1.14.62); FILE MERGED
2008/01/21 15:30:22 kso 1.14.62.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index c617a5b42b5c..e92f8a8a9c4b 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resultsetforquery.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:27:55 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:23:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,12 +51,6 @@ #ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_ #include <com/sun/star/lang/Locale.hpp> #endif -#ifndef _RESULTSETFORROOT_HXX -#include <provider/resultsetforquery.hxx> -#endif -#ifndef _DATABASES_HXX_ -#include <provider/databases.hxx> -#endif #ifndef _XMLSEARCH_QE_QUERYPROCESSOR_HXX_ #include <qe/QueryProcessor.hxx> #endif @@ -69,6 +63,9 @@ #define INCLUDED_STL_SET #endif +#include "resultsetforquery.hxx" +#include "databases.hxx" + using namespace std; using namespace chelp; using namespace xmlsearch::excep; |