diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-16 21:46:58 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-17 00:19:07 +0200 |
commit | 253df56952654a571abc76c5ced8af0e2ad72698 (patch) | |
tree | 2533b4c0b4f9add5af11ef5ad5eeb94cb28711a4 /include/svl | |
parent | 714b30109d0f145d669aebdf08ded251c7f78d52 (diff) |
svl: remove unused SFX_ITEM_USERFLAG[0-B]
Change-Id: Iffc767630a8d30bd684fd03ece66cee5cd38a022
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/itempool.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 80c1faf88b57..b50bcb2836a6 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -41,19 +41,6 @@ DBG_NAMEEX(SfxItemPool) #define SFX_ITEM_POOLABLE 0x0001 #define SFX_ITEM_NOT_POOLABLE 0x0002 -#define SFX_ITEM_USERFLAG0 0x0100 -#define SFX_ITEM_USERFLAG1 0x0200 -#define SFX_ITEM_USERFLAG2 0x0400 -#define SFX_ITEM_USERFLAG3 0x0800 -#define SFX_ITEM_USERFLAG4 0x1000 -#define SFX_ITEM_USERFLAG5 0x2000 -#define SFX_ITEM_USERFLAG6 0x4000 -#define SFX_ITEM_USERFLAG7 0x8000 -#define SFX_ITEM_USERFLAG8 0x0010 -#define SFX_ITEM_USERFLAG9 0x0020 -#define SFX_ITEM_USERFLAGA 0x0040 -#define SFX_ITEM_USERFLAGB 0x0080 - //==================================================================== struct SfxItemInfo |