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>
This commit is contained in:
Noel Grandin
2019-12-17 15:54:33 +02:00
parent b85810637d
commit 0a41d401a0
2 changed files with 1 additions and 9 deletions

View File

@@ -19,11 +19,6 @@
#ifndef INCLUDED_SVX_UNOMID_HXX
#define INCLUDED_SVX_UNOMID_HXX
//AdjustItem
#define MID_PARA_ADJUST 0
#define MID_LAST_LINE_ADJUST 1
#define MID_EXPAND_SINGLE 2
//SvxPageItem
#define MID_PAGE_NUMTYPE 0
#define MID_PAGE_ORIENTATION 1
@@ -50,10 +45,6 @@
// XFillBitmapItem (is also a NameOrIndex)
#define MID_BITMAP 8
// SvxHorJustifyItem
#define MID_HORJUST_HORJUST 0
#define MID_HORJUST_ADJUST 1
// SvxObjectItem
#define MID_START_X 1
#define MID_START_Y 2

View File

@@ -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>