diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:22:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-25 14:22:40 +0000 |
commit | ac3abd8052e939e759ffede688cd3bee4347a909 (patch) | |
tree | 45a3cecc6c1405f3c2820981a47028eee8910108 /xmlhelp | |
parent | 2c8beaad80eee6f2bb17fe6171dc82238278c1a2 (diff) |
INTEGRATION: CWS ucbfixes06 (1.8.36); FILE MERGED
2008/01/21 15:30:21 kso 1.8.36.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetbase.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx index a5f2102cbb5a..ab14d3e21e61 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resultsetbase.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 18:29:06 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:22:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,9 +57,8 @@ #ifndef _UCBHELPER_RESULTSETMETADATA_HXX #include <ucbhelper/resultsetmetadata.hxx> #endif -#ifndef _RESULTSETBASE_HXX -#include <provider/resultsetbase.hxx> -#endif + +#include "resultsetbase.hxx" using namespace chelp; using namespace com::sun::star; |