[Libreoffice-commits] core.git: include/com include/cppu include/cppuhelper include/osl include/rtl include/salhelper include/typelib include/uno

Stephan Bergmann sbergman at redhat.com
Tue Nov 10 04:14:56 PST 2015


 include/com/sun/star/uno/Any.hxx          |    1 +
 include/com/sun/star/uno/Reference.h      |    1 +
 include/com/sun/star/uno/Reference.hxx    |    4 ++++
 include/com/sun/star/uno/Sequence.hxx     |    1 +
 include/com/sun/star/uno/Type.hxx         |    4 ++++
 include/com/sun/star/uno/genfunc.hxx      |    4 ++++
 include/cppu/unotype.hxx                  |    2 ++
 include/cppuhelper/factory.hxx            |    4 ++++
 include/cppuhelper/interfacecontainer.h   |    1 +
 include/cppuhelper/interfacecontainer.hxx |    4 ++++
 include/cppuhelper/typeprovider.hxx       |    4 ++++
 include/cppuhelper/weak.hxx               |    1 +
 include/cppuhelper/weakref.hxx            |    4 ++++
 include/osl/conditn.hxx                   |    4 ++++
 include/osl/diagnose.hxx                  |    1 +
 include/osl/file.hxx                      |    1 +
 include/osl/module.hxx                    |    4 ++++
 include/osl/pipe.hxx                      |    4 ++++
 include/osl/security.hxx                  |    4 ++++
 include/osl/socket_decl.hxx               |    4 ++++
 include/osl/thread.hxx                    |    1 +
 include/rtl/bootstrap.hxx                 |    5 +++++
 include/rtl/byteseq.hxx                   |    1 +
 include/rtl/instance.hxx                  |    2 ++
 include/rtl/math.hxx                      |    1 +
 include/rtl/strbuf.hxx                    |    1 +
 include/rtl/ustrbuf.hxx                   |    1 +
 include/rtl/ustring.hxx                   |    1 +
 include/salhelper/singletonref.hxx        |    4 ++++
 include/typelib/typedescription.hxx       |    4 ++++
 include/uno/current_context.hxx           |    4 ++++
 include/uno/dispatcher.hxx                |    4 ++++
 include/uno/environment.hxx               |    4 ++++
 include/uno/mapping.hxx                   |    4 ++++
 34 files changed, 94 insertions(+)

New commits:
commit 08138396828aea9961f836c203d9d4a683c98882
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 10 13:14:21 2015 +0100

    Missing includes (for NULL)
    
    Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3

diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx
index 9f0de98..79f0cdb 100644
--- a/include/com/sun/star/uno/Any.hxx
+++ b/include/com/sun/star/uno/Any.hxx
@@ -22,6 +22,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 #include <iomanip>
 #include <ostream>
 
diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h
index 58009a3..ba08688 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -22,6 +22,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 
 #include <rtl/alloc.h>
 
diff --git a/include/com/sun/star/uno/Reference.hxx b/include/com/sun/star/uno/Reference.hxx
index 7e8b4db..498d5be 100644
--- a/include/com/sun/star/uno/Reference.hxx
+++ b/include/com/sun/star/uno/Reference.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
 #define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <com/sun/star/uno/Reference.h>
 #include <com/sun/star/uno/RuntimeException.hpp>
 #include <com/sun/star/uno/XInterface.hpp>
diff --git a/include/com/sun/star/uno/Sequence.hxx b/include/com/sun/star/uno/Sequence.hxx
index c522932..8b69039 100644
--- a/include/com/sun/star/uno/Sequence.hxx
+++ b/include/com/sun/star/uno/Sequence.hxx
@@ -22,6 +22,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 
 #include <osl/interlck.h>
 #include <com/sun/star/uno/Sequence.h>
diff --git a/include/com/sun/star/uno/Type.hxx b/include/com/sun/star/uno/Type.hxx
index 0d88928..36800ce 100644
--- a/include/com/sun/star/uno/Type.hxx
+++ b/include/com/sun/star/uno/Type.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
 #define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <com/sun/star/uno/Type.h>
 #include <cppu/unotype.hxx>
 
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 9583375..d32f2a3 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
 #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <com/sun/star/uno/genfunc.h>
 #include <com/sun/star/uno/Any.hxx>
 #include <com/sun/star/uno/XInterface.hpp>
diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx
index 5b4cb4c..2ab7681 100644
--- a/include/cppu/unotype.hxx
+++ b/include/cppu/unotype.hxx
@@ -22,6 +22,8 @@
 
 #include <sal/config.h>
 
+#include <cstddef>
+
 #if defined LIBO_INTERNAL_ONLY
 #include <type_traits>
 #endif
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx
index 7f69b76..ee8ac00 100644
--- a/include/cppuhelper/factory.hxx
+++ b/include/cppuhelper/factory.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_CPPUHELPER_FACTORY_HXX
 #define INCLUDED_CPPUHELPER_FACTORY_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/ustring.hxx>
 #include <rtl/unload.h>
 
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h
index 245b718..5aa75dd 100644
--- a/include/cppuhelper/interfacecontainer.h
+++ b/include/cppuhelper/interfacecontainer.h
@@ -21,6 +21,7 @@
 
 #include <sal/config.h>
 
+#include <cstddef>
 #include <functional>
 #include <vector>
 #include <utility>
diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx
index 9b858f9..6b765ba 100644
--- a/include/cppuhelper/interfacecontainer.hxx
+++ b/include/cppuhelper/interfacecontainer.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
 #define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <cppuhelper/interfacecontainer.h>
 
 
diff --git a/include/cppuhelper/typeprovider.hxx b/include/cppuhelper/typeprovider.hxx
index 9dc9709..d1ff52d 100644
--- a/include/cppuhelper/typeprovider.hxx
+++ b/include/cppuhelper/typeprovider.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
 #define INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/alloc.h>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <cppuhelper/cppuhelperdllapi.h>
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 5b05edd..71958d3 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -20,6 +20,7 @@
 #define INCLUDED_CPPUHELPER_WEAK_HXX
 
 #include <cassert>
+#include <cstddef>
 #include <osl/interlck.h>
 #include <rtl/alloc.h>
 #include <com/sun/star/uno/XWeak.hpp>
diff --git a/include/cppuhelper/weakref.hxx b/include/cppuhelper/weakref.hxx
index c07ec73..8494ddd 100644
--- a/include/cppuhelper/weakref.hxx
+++ b/include/cppuhelper/weakref.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX
 #define INCLUDED_CPPUHELPER_WEAKREF_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <com/sun/star/uno/Reference.hxx>
 #include <com/sun/star/uno/XInterface.hpp>
 #include <cppuhelper/cppuhelperdllapi.h>
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index d728d1e..2e91dd0 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_OSL_CONDITN_HXX
 #define INCLUDED_OSL_CONDITN_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <osl/time.h>
 
 #include <osl/conditn.h>
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index deccf8b..c94b9b1 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -23,6 +23,7 @@
 
 #include <sal/config.h>
 
+#include <cstddef>
 #include <functional>
 #include <typeinfo>
 
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 1e75a57..87d11fb 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -25,6 +25,7 @@
 #include <string.h>
 
 #include <cassert>
+#include <cstddef>
 
 #include <sal/log.hxx>
 #include <osl/time.h>
diff --git a/include/osl/module.hxx b/include/osl/module.hxx
index db8e24e..0cf9e64 100644
--- a/include/osl/module.hxx
+++ b/include/osl/module.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_OSL_MODULE_HXX
 #define INCLUDED_OSL_MODULE_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/ustring.hxx>
 #include <osl/module.h>
 
diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx
index b1cc1e6..04a971b 100644
--- a/include/osl/pipe.hxx
+++ b/include/osl/pipe.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_OSL_PIPE_HXX
 #define INCLUDED_OSL_PIPE_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <osl/pipe_decl.hxx>
 
 namespace osl
diff --git a/include/osl/security.hxx b/include/osl/security.hxx
index 4d94ee1..57ab17d 100644
--- a/include/osl/security.hxx
+++ b/include/osl/security.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_OSL_SECURITY_HXX
 #define INCLUDED_OSL_SECURITY_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/ustring.hxx>
 #include <osl/security_decl.hxx>
 
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 7f2a18f..facad54 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_OSL_SOCKET_DECL_HXX
 #define INCLUDED_OSL_SOCKET_DECL_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <osl/socket.h>
 #include <rtl/ustring.hxx>
 #include <rtl/byteseq.hxx>
diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx
index 0da8c84..6c2392f 100644
--- a/include/osl/thread.hxx
+++ b/include/osl/thread.hxx
@@ -23,6 +23,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 
 #include <osl/time.h>
 #include <osl/thread.h>
diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx
index 2c433b9..e058724 100644
--- a/include/rtl/bootstrap.hxx
+++ b/include/rtl/bootstrap.hxx
@@ -18,6 +18,11 @@
  */
 #ifndef INCLUDED_RTL_BOOTSTRAP_HXX
 #define INCLUDED_RTL_BOOTSTRAP_HXX
+
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/ustring.hxx>
 #include <rtl/bootstrap.h>
 
diff --git a/include/rtl/byteseq.hxx b/include/rtl/byteseq.hxx
index cb16b83..041b8bc 100644
--- a/include/rtl/byteseq.hxx
+++ b/include/rtl/byteseq.hxx
@@ -21,6 +21,7 @@
 
 #include <rtl/byteseq.h>
 
+#include <cstddef>
 #include <new>
 
 namespace rtl
diff --git a/include/rtl/instance.hxx b/include/rtl/instance.hxx
index d7f8401..740c581 100644
--- a/include/rtl/instance.hxx
+++ b/include/rtl/instance.hxx
@@ -22,6 +22,8 @@
 
 #include <sal/config.h>
 
+#include <cstddef>
+
 #include <osl/doublecheckedlocking.h>
 #if ! HAVE_THREADSAFE_STATICS
 #include <osl/getglobalmutex.hxx>
diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx
index 76d00f0..642763d 100644
--- a/include/rtl/math.hxx
+++ b/include/rtl/math.hxx
@@ -27,6 +27,7 @@
 #include <sal/mathconf.h>
 #include <sal/types.h>
 
+#include <cstddef>
 #include <math.h>
 
 namespace rtl {
diff --git a/include/rtl/strbuf.hxx b/include/rtl/strbuf.hxx
index 1592691..2798e92 100644
--- a/include/rtl/strbuf.hxx
+++ b/include/rtl/strbuf.hxx
@@ -23,6 +23,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 #include <string.h>
 
 #include <rtl/strbuf.h>
diff --git a/include/rtl/ustrbuf.hxx b/include/rtl/ustrbuf.hxx
index 911163e2..ef2564d 100644
--- a/include/rtl/ustrbuf.hxx
+++ b/include/rtl/ustrbuf.hxx
@@ -23,6 +23,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 #include <string.h>
 
 #include <rtl/ustrbuf.h>
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 20becd35..2337e32 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -23,6 +23,7 @@
 #include <sal/config.h>
 
 #include <cassert>
+#include <cstddef>
 #include <new>
 #include <ostream>
 #include <string.h>
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 83bbf34..84064be 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
 #define INCLUDED_SALHELPER_SINGLETONREF_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <osl/mutex.hxx>
 #include <rtl/instance.hxx>
 #include <osl/diagnose.h>
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 26252a3..c8f0eb2 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
 #define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/alloc.h>
 #include <rtl/ustring.hxx>
 #include <com/sun/star/uno/Type.h>
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index 8f04104..cfe3eef 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
 #define INCLUDED_UNO_CURRENT_CONTEXT_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <uno/current_context.h>
 #include <uno/lbnames.h>
 
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index 75bf1a7..d8d5189 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_UNO_DISPATCHER_HXX
 #define INCLUDED_UNO_DISPATCHER_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <uno/dispatcher.h>
 
 /// @cond INTERNAL
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 623f9f7..8a83614 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_UNO_ENVIRONMENT_HXX
 #define INCLUDED_UNO_ENVIRONMENT_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <rtl/alloc.h>
 #include <rtl/ustring.hxx>
 #include <uno/environment.h>
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index 9a7220d..6db166e 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -19,6 +19,10 @@
 #ifndef INCLUDED_UNO_MAPPING_HXX
 #define INCLUDED_UNO_MAPPING_HXX
 
+#include <sal/config.h>
+
+#include <cstddef>
+
 #include <uno/lbnames.h>
 #include <rtl/alloc.h>
 #include <rtl/ustring.hxx>


More information about the Libreoffice-commits mailing list