summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sdbcx/VTable.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-13 11:21:57 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 07:17:37 +0000
commit1a24285dd55c5c85272decc00dc8f93c9a917b8f (patch)
tree0ac843f84ace01842ccf28ea222ed64fee234910 /include/connectivity/sdbcx/VTable.hxx
parenttdf#88206 replace cppu::WeakImplHelper* etc. (diff)
downloadcore-1a24285dd55c5c85272decc00dc8f93c9a917b8f.tar.gz
core-1a24285dd55c5c85272decc00dc8f93c9a917b8f.zip
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, for connectivity. Change-Id: I3645a2855e903848936520ac854fc1039fc456e8 Reviewed-on: https://gerrit.libreoffice.org/16971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/connectivity/sdbcx/VTable.hxx')
-rw-r--r--include/connectivity/sdbcx/VTable.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/connectivity/sdbcx/VTable.hxx b/include/connectivity/sdbcx/VTable.hxx
index 4f1882cfb539..82c28184bb01 100644
--- a/include/connectivity/sdbcx/VTable.hxx
+++ b/include/connectivity/sdbcx/VTable.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
#include <comphelper/IdPropArrayHelper.hxx>
-#include <cppuhelper/compbase4.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase4.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <com/sun/star/container/XNamed.hpp>
@@ -45,10 +45,10 @@ namespace connectivity
class OTable;
class OCollection;
- typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::sdbcx::XColumnsSupplier,
- ::com::sun::star::sdbcx::XKeysSupplier,
- ::com::sun::star::container::XNamed,
- ::com::sun::star::lang::XServiceInfo> OTableDescriptor_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::sdbcx::XColumnsSupplier,
+ ::com::sun::star::sdbcx::XKeysSupplier,
+ ::com::sun::star::container::XNamed,
+ ::com::sun::star::lang::XServiceInfo> OTableDescriptor_BASE;
typedef ::cppu::ImplHelper4< ::com::sun::star::sdbcx::XDataDescriptorFactory,
::com::sun::star::sdbcx::XIndexesSupplier,