summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NStatement.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index f1665d57c8c1..34ba585cb79a 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -26,7 +26,7 @@
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <comphelper/proparrhlp.hxx>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/implbase2.hxx>
#include <comphelper/uno3.hxx>
#include <connectivity/CommonTools.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -36,7 +36,7 @@
#include <connectivity/FValue.hxx>
#include <connectivity/OSubComponent.hxx>
#include <com/sun/star/util/XCancellable.hpp>
-#include <cppuhelper/compbase5.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/propertycontainer.hxx>
#include "EApi.h"
@@ -48,9 +48,9 @@ namespace connectivity
{
namespace evoab
{
- typedef ::cppu::WeakComponentImplHelper2 < ::com::sun::star::sdbc::XWarningsSupplier
- , ::com::sun::star::sdbc::XCloseable
- > OCommonStatement_IBase;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::sdbc::XWarningsSupplier
+ , ::com::sun::star::sdbc::XCloseable
+ > OCommonStatement_IBase;
struct FieldSort
{