summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NResultSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NResultSet.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NResultSet.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/source/drivers/evoab2/NResultSet.hxx b/connectivity/source/drivers/evoab2/NResultSet.hxx
index 080f909683be..24131ed2e968 100644
--- a/connectivity/source/drivers/evoab2/NResultSet.hxx
+++ b/connectivity/source/drivers/evoab2/NResultSet.hxx
@@ -31,7 +31,7 @@
#include <com/sun/star/sdbc/XRowUpdate.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/sdbcx/XDeleteRows.hpp>
-#include <cppuhelper/compbase8.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/propertycontainer.hxx>
#include <connectivity/CommonTools.hxx>
@@ -63,15 +63,15 @@ namespace connectivity
virtual ~OEvoabVersionHelper() {}
};
- typedef ::cppu::WeakComponentImplHelper8 < ::com::sun::star::sdbc::XResultSet
- , ::com::sun::star::sdbc::XRow
- , ::com::sun::star::sdbc::XResultSetMetaDataSupplier
- , ::com::sun::star::util::XCancellable
- , ::com::sun::star::sdbc::XWarningsSupplier
- , ::com::sun::star::sdbc::XCloseable
- , ::com::sun::star::sdbc::XColumnLocate
- , ::com::sun::star::lang::XServiceInfo
- > OResultSet_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::sdbc::XResultSet
+ , ::com::sun::star::sdbc::XRow
+ , ::com::sun::star::sdbc::XResultSetMetaDataSupplier
+ , ::com::sun::star::util::XCancellable
+ , ::com::sun::star::sdbc::XWarningsSupplier
+ , ::com::sun::star::sdbc::XCloseable
+ , ::com::sun::star::sdbc::XColumnLocate
+ , ::com::sun::star::lang::XServiceInfo
+ > OResultSet_BASE;
class OEvoabResultSet :public comphelper::OBaseMutex