[Libreoffice-commits] core.git: connectivity/source

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu Nov 20 04:14:40 PST 2014


 connectivity/source/drivers/mozab/MStatement.cxx             |    1 +
 connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx   |    1 +
 connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit bf95b78561b642f0a59279527fb94bcb194a1856
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Thu Nov 20 13:13:29 2014 +0100

    further fix mozab build after header cleanup
    
    Change-Id: I7e3c79d854a08c94aa699d86994704b9360b69bf

diff --git a/connectivity/source/drivers/mozab/MStatement.cxx b/connectivity/source/drivers/mozab/MStatement.cxx
index 842db6b..fd323a0 100644
--- a/connectivity/source/drivers/mozab/MStatement.cxx
+++ b/connectivity/source/drivers/mozab/MStatement.cxx
@@ -30,6 +30,7 @@
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <comphelper/sequence.hxx>
 #include <cppuhelper/typeprovider.hxx>
+#include <cppuhelper/queryinterface.hxx>
 #include <comphelper/extract.hxx>
 #include <comphelper/types.hxx>
 #include <comphelper/processfactory.hxx>
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx
index f2fd8ed..e6b66ae 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSProfile.cxx
@@ -26,6 +26,7 @@
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <comphelper/processfactory.hxx>
 #include <com/sun/star/mozilla/XMozillaBootstrap.hpp>
+#include <osl/diagnose.h>
 
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx
index 5b17676..2479a3f 100644
--- a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx
+++ b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx
@@ -18,6 +18,7 @@
  */
 
 #include "MNameMapper.hxx"
+#include <osl/diagnose.h>
 
 #if OSL_DEBUG_LEVEL > 0
 # define OUtoCStr( x ) ( OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr())


More information about the Libreoffice-commits mailing list