summaryrefslogtreecommitdiff
path: root/include/connectivity/BlobHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/BlobHelper.hxx')
-rw-r--r--include/connectivity/BlobHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/BlobHelper.hxx b/include/connectivity/BlobHelper.hxx
index 193efc0276ed..af93d460785e 100644
--- a/include/connectivity/BlobHelper.hxx
+++ b/include/connectivity/BlobHelper.hxx
@@ -21,11 +21,11 @@
#include <connectivity/dbtoolsdllapi.hxx>
#include <com/sun/star/sdbc/XBlob.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace connectivity
{
- class OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper1< com::sun::star::sdbc::XBlob >
+ class OOO_DLLPUBLIC_DBTOOLS BlobHelper : public ::cppu::WeakImplHelper< com::sun::star::sdbc::XBlob >
{
::com::sun::star::uno::Sequence< sal_Int8 > m_aValue;
public: