summaryrefslogtreecommitdiff
path: root/include/connectivity/sdbcx/VView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VView.hxx')
-rw-r--r--include/connectivity/sdbcx/VView.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/connectivity/sdbcx/VView.hxx b/include/connectivity/sdbcx/VView.hxx
index d7088939603e..c5ec6a170968 100644
--- a/include/connectivity/sdbcx/VView.hxx
+++ b/include/connectivity/sdbcx/VView.hxx
@@ -24,21 +24,20 @@
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <comphelper/proparrhlp.hxx>
-#include <cppuhelper/compbase1.hxx>
#include <connectivity/CommonTools.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <com/sun/star/container/XNamed.hpp>
#include <connectivity/sdbcx/VDescriptor.hxx>
#include <connectivity/dbtoolsdllapi.hxx>
#include <comphelper/IdPropArrayHelper.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
namespace connectivity
{
namespace sdbcx
{
- typedef ::cppu::WeakImplHelper2< ::com::sun::star::lang::XServiceInfo,
+ typedef ::cppu::WeakImplHelper< ::com::sun::star::lang::XServiceInfo,
::com::sun::star::container::XNamed> OView_BASE;