summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-25 14:22:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-25 14:22:16 +0000
commit2c8beaad80eee6f2bb17fe6171dc82238278c1a2 (patch)
tree397c55d09447ad0a9f0175c656d427a9dd6ce7a0 /xmlhelp
parent7ee70d73d2f4413b28a66537b07b05ffc59b9764 (diff)
INTEGRATION: CWS ucbfixes06 (1.4.64); FILE MERGED
2008/01/21 15:30:21 kso 1.4.64.1: #i85425# - cleanup of CVS module.
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultset.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultset.cxx b/xmlhelp/source/cxxhelp/provider/resultset.cxx
index 802389ec0072..a3c796d630e5 100644
--- a/xmlhelp/source/cxxhelp/provider/resultset.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultset.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resultset.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:17:27 $
+ * last change: $Author: obo $ $Date: 2008-03-25 15:22:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,12 +39,9 @@
#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_
#include <com/sun/star/sdbc/XResultSet.hpp>
#endif
-#ifndef _RESULTSET_HXX
-#include <provider/resultset.hxx>
-#endif
-#ifndef _RESULTSETFACTORY_HXX
-#include <provider/resultsetfactory.hxx>
-#endif
+
+#include "resultset.hxx"
+#include "resultsetfactory.hxx"
using namespace com::sun::star::lang;
using namespace com::sun::star::sdbc;