[Libreoffice-commits] .: sw/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 21 11:41:39 PDT 2012


 sw/inc/unotbl.hxx |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit fd3da62330243350e482c03187ecbe08686d14a0
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 21 20:38:23 2012 +0200

    sigh... include stdint.h for SIZE_MAX
    
    Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66

diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 8b6c219..8554a04 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -25,8 +25,11 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
-#ifndef _UNOTBL_HXX
-#define _UNOTBL_HXX
+
+#ifndef SW_UNOTBL_HXX
+#define SW_UNOTBL_HXX
+
+#include <stdint.h>
 
 #include <com/sun/star/container/XNamed.hpp>
 #include <com/sun/star/container/XEnumerationAccess.hpp>


More information about the Libreoffice-commits mailing list