diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-14 11:31:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-15 08:24:33 +0200 |
commit | ec8c98f59869bee0e327d32f39480a0e4b1330bc (patch) | |
tree | ee68d29cd51c60a8a939fd454955410e66e3b66c /desktop/inc | |
parent | 11503e99be09b4e8faa465559fbdacb06e8896cc (diff) |
use more SAL_N_ELEMENTS part 3
Change-Id: I82e366fefd2e31928b99840fe76649cc3521e623
Reviewed-on: https://gerrit.libreoffice.org/38789
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/dp_misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/inc/dp_misc.h b/desktop/inc/dp_misc.h index 365bff77338a..154a4de59543 100644 --- a/desktop/inc/dp_misc.h +++ b/desktop/inc/dp_misc.h @@ -32,8 +32,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include "dp_misc_api.hxx" -#define ARLEN(x) (sizeof (x) / sizeof *(x)) - namespace dp_misc { const sal_Char CR = 0x0d; |