summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/macab/MacabStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabStatement.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabStatement.hxx b/connectivity/source/drivers/macab/MacabStatement.hxx
index 41937dd1fb7b..8ba3d2c6dce6 100644
--- a/connectivity/source/drivers/macab/MacabStatement.hxx
+++ b/connectivity/source/drivers/macab/MacabStatement.hxx
@@ -29,6 +29,7 @@
#include <com/sun/star/util/XCancellable.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <comphelper/proparrhlp.hxx>
namespace connectivity
@@ -44,7 +45,7 @@ namespace connectivity
// Class MacabCommonStatement
// is a base class for the normal statement and for the prepared statement
- class MacabCommonStatement : public comphelper::OBaseMutex,
+ class MacabCommonStatement : public cppu::BaseMutex,
public MacabCommonStatement_BASE,
public ::cppu::OPropertySetHelper,
public comphelper::OPropertyArrayUsageHelper<MacabCommonStatement>