diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-21 12:06:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-23 13:26:16 +0200 |
commit | 7be041309cf339b64827eee064421eaa2d3b9939 (patch) | |
tree | 97be97be5fd6ea7e6cee96d0fb17b64bc7d65b91 /include | |
parent | 3e18cf51c10dc82b81b95381d3beb4796578a2f1 (diff) |
remove SFX_ITEM_PRESENTATION_NAMEONLY
since it is unused
Change-Id: Ib739240a362eeff6a72b2300804583b575edfb24
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/poolitem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 5a3157170889..e61e13cb5aad 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -125,7 +125,6 @@ enum SfxItemPresentation { SFX_ITEM_PRESENTATION_NONE, - SFX_ITEM_PRESENTATION_NAMEONLY, SFX_ITEM_PRESENTATION_NAMELESS, SFX_ITEM_PRESENTATION_COMPLETE }; |