summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/dbtools.cxx')
-rw-r--r--connectivity/source/commontools/dbtools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index 1d8d157e638b..a3feae5f497f 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -77,7 +77,7 @@
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <tools/diagnose_ex.h>
-
+#include <cppuhelper/implbase.hxx>
#include "resource/common_res.hrc"
#include "resource/sharedresources.hxx"
#include <connectivity/OSubComponent.hxx>
@@ -1642,7 +1642,7 @@ bool implSetObject( const Reference< XParameters >& _rxParameters,
namespace
{
- class OParameterWrapper : public ::cppu::WeakImplHelper1< XIndexAccess >
+ class OParameterWrapper : public ::cppu::WeakImplHelper< XIndexAccess >
{
::std::vector<bool, std::allocator<bool> > m_aSet;
Reference<XIndexAccess> m_xSource;