diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 15:54:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 09:18:23 +0100 |
commit | 0a41d401a0c6460219f3c57cbb75d79ba13ad8a3 (patch) | |
tree | 2f06571cc85400a8c8d2ac43587b8c2d5d276300 /reportdesign/source/ui | |
parent | b85810637d2475496a3055ae8c3f36a5a104a9a1 (diff) |
loplugin:duplicate-defines
looks like these were left behind when the associated *Item classes were
moved from svx to editeng
Change-Id: I09bf48396e18a9f1a6dddb65618affc782777c25
Reviewed-on: https://gerrit.libreoffice.org/85341
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r-- | reportdesign/source/ui/misc/UITools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index bf4d9a98d9f5..ab52f063f2ca 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -68,6 +68,7 @@ #include <editeng/charreliefitem.hxx> #include <editeng/charrotateitem.hxx> #include <editeng/charhiddenitem.hxx> +#include <editeng/memberids.h> #include <svx/xgrscit.hxx> #include <svx/svditer.hxx> #include <svx/xtable.hxx> |