diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-22 10:27:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-22 09:52:04 +0000 |
commit | 01854d2d824c13be184e2e183bd4d0025315ef81 (patch) | |
tree | 863e428eb7edfb7f7cab83009fab9024e1f2f95f /sw | |
parent | a60cc5d62a71fd96630739abd3aefaf145e955fd (diff) |
remove some unused constants
Change-Id: I8742db77a0cfd99257584d830162c1c7126da263
Reviewed-on: https://gerrit.libreoffice.org/17283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/num.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |