From 01854d2d824c13be184e2e183bd4d0025315ef81 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 22 Jul 2015 10:27:09 +0200 Subject: remove some unused constants Change-Id: I8742db77a0cfd99257584d830162c1c7126da263 Reviewed-on: https://gerrit.libreoffice.org/17283 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/uibase/inc/num.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw') diff --git a/sw/source/uibase/inc/num.hxx b/sw/source/uibase/inc/num.hxx index 1b712e3cc50e..c4fa047b9440 100644 --- a/sw/source/uibase/inc/num.hxx +++ b/sw/source/uibase/inc/num.hxx @@ -42,10 +42,6 @@ struct SwBmpItemInfo sal_uInt16 nItemId; }; -#define NUM_PAGETYPE_BULLET 0 -#define NUM_PAGETYPE_SINGLENUM 1 -#define NUM_PAGETYPE_NUM 2 -#define NUM_PAGETYPE_BMP 3 class SwNumPositionTabPage : public SfxTabPage { -- cgit