diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:23:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:23:39 +0000 |
commit | bd2a8f307cf3eab67b7161f2a51308f2f149eceb (patch) | |
tree | eb7f631e2846a75896924793f4c0ab47ab673686 /xmlhelp | |
parent | 44edd72c0ca0b06dac60d10b54f9cad986f6ecb1 (diff) |
INTEGRATION: CWS ucbfixes06 (1.6.62); FILE MERGED
2008/01/21 15:30:22 kso 1.6.62.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx index 819f8d88e828..d8d3e51ece19 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforroot.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resultsetforroot.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:28:09 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:23:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,12 +45,9 @@ #ifndef _COM_SUN_STAR_UCB_XCOMMANDPROCESSOR_HPP_ #include <com/sun/star/ucb/XCommandProcessor.hpp> #endif -#ifndef _RESULTSETFORROOT_HXX -#include <provider/resultsetforroot.hxx> -#endif -#ifndef _DATABASES_HXX_ -#include <provider/databases.hxx> -#endif + +#include "resultsetforroot.hxx" +#include "databases.hxx" using namespace chelp; using namespace com::sun::star; |