connectivity/source/drivers/mozab/MPreparedStatement.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a98f12b0ad7a5ef30219bfdf4a3ab1507bcd0bec
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Oct 7 22:38:20 2014 +0200

    connectivity: try to fix build after f641fd15
    
    Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5

diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.hxx 
b/connectivity/source/drivers/mozab/MPreparedStatement.hxx
index 44134df..94d3bc8 100644
--- a/connectivity/source/drivers/mozab/MPreparedStatement.hxx
+++ b/connectivity/source/drivers/mozab/MPreparedStatement.hxx
@@ -27,14 +27,14 @@
 #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
 #include <com/sun/star/io/XInputStream.hpp>
 #include <com/sun/star/sdbc/XMultipleResults.hpp>
-#include <cppuhelper/compbase5.hxx>
+#include <cppuhelper/compbase4.hxx>
 
 namespace connectivity
 {
     namespace mozab
     {
 
-        typedef ::cppu::ImplHelper5<    
::com::sun::star::sdbc::XPreparedStatement,
+        typedef ::cppu::ImplHelper4<    
::com::sun::star::sdbc::XPreparedStatement,
                                         ::com::sun::star::sdbc::XParameters,
                                         
::com::sun::star::sdbc::XResultSetMetaDataSupplier,
                                         ::com::sun::star::lang::XServiceInfo> 
OPreparedStatement_BASE;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to