mysqlc/source/mysqlc_resultsetmetadata.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2d2a33934ecb952433a635ce5dab76cb2837b8a0
Author: krishna keshav <princy.krishnakes...@gmail.com>
Date:   Thu Jun 9 00:42:44 2016 +0530

    tdf#88206 Change use of cppu::WeakImplHelper*
    
    removed <cppuhelper/implbase1.hxx>
    
    Change-Id: I2888e42eec480f0940c3e4f9bcc000c150d1161b
    Reviewed-on: https://gerrit.libreoffice.org/26076
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/mysqlc/source/mysqlc_resultsetmetadata.hxx 
b/mysqlc/source/mysqlc_resultsetmetadata.hxx
index 65ea730..494c806 100644
--- a/mysqlc/source/mysqlc_resultsetmetadata.hxx
+++ b/mysqlc/source/mysqlc_resultsetmetadata.hxx
@@ -24,7 +24,7 @@
 
 #include <com/sun/star/sdbc/XResultSetMetaData.hpp>
 
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
 #include <cppconn/resultset_metadata.h>
 
 namespace connectivity
@@ -36,7 +36,7 @@ namespace connectivity
 
         //************ Class: ResultSetMetaData
 
-        typedef ::cppu::WeakImplHelper1< css::sdbc::XResultSetMetaData> 
OResultSetMetaData_BASE;
+        typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> 
OResultSetMetaData_BASE;
 
         class OResultSetMetaData : public OResultSetMetaData_BASE
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to