diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 09:21:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-20 12:12:14 +0100 |
commit | 7cf32b3b1e28b78009e6358cacd47f09b76d6796 (patch) | |
tree | a0c63b4de5a4d11bc89cd7729322f87e87c8cecc | |
parent | fd603be25f4c86b5a17658a35f3be548252d912f (diff) |
loplugin:duplicate-defines
duplicate in same file
Change-Id: I08d713fa48bd603def0d87844bb8d6cbf327ffdc
Reviewed-on: https://gerrit.libreoffice.org/85553
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | extensions/inc/helpids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/inc/helpids.h b/extensions/inc/helpids.h index 4b3d430b022e..1f55a0fd1995 100644 --- a/extensions/inc/helpids.h +++ b/extensions/inc/helpids.h @@ -158,7 +158,6 @@ #define HID_PROP_SPIN "EXTENSIONS_HID_PROP_SPIN" #define HID_PROP_STRICTFORMAT "EXTENSIONS_HID_PROP_STRICTFORMAT" #define HID_PROP_SHOWTHOUSANDSEP "EXTENSIONS_HID_PROP_SHOWTHOUSANDSEP" -#define HID_PROP_VERTICAL_ALIGN "EXTENSIONS_HID_PROP_VERTICAL_ALIGN" #define HID_PROP_PRINTABLE "EXTENSIONS_HID_PROP_PRINTABLE" #define HID_PROP_TARGET_URL "EXTENSIONS_HID_PROP_TARGET_URL" #define HID_PROP_TARGET_FRAME "EXTENSIONS_HID_PROP_TARGET_FRAME" |