[Libreoffice-commits] core.git: include/sal
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Feb 5 07:45:30 UTC 2018
include/sal/types.h | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 79517c0471aff4abf336bd81834bd28732dad67f
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Jan 11 13:20:50 2018 +1100
sal: remove unnecessary comments in types.h
Change-Id: I17a42951d2fbb02d1d2bc5d7c01574051a3ac30c
Reviewed-on: https://gerrit.libreoffice.org/47735
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/sal/types.h b/include/sal/types.h
index 8678562ccc76..c6c8b66d351b 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -35,11 +35,6 @@
extern "C" {
#endif
-/********************************************************************************/
-/* Data types
-*/
-
-/* Boolean */
typedef unsigned char sal_Bool;
# define sal_False ((sal_Bool)0)
# define sal_True ((sal_Bool)1)
@@ -199,10 +194,6 @@ typedef void * sal_Handle;
#error "Please make sure SAL_TYPES_SIZEOFPOINTER is defined for your architecture/compiler"
#endif
-/********************************************************************************/
-/* Useful defines
- */
-
/* The following SAL_MIN_INTn defines codify the assumption that the signed
* sal_Int types use two's complement representation. Defining them as
* "-0x7F... - 1" instead of as "-0x80..." prevents warnings about applying the
@@ -324,7 +315,6 @@ typedef void * sal_Handle;
#endif
/** This is the binary specification of a SAL sequence.
- <br>
*/
typedef struct _sal_Sequence
{
More information about the Libreoffice-commits
mailing list