diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-24 15:43:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-29 12:26:17 +0200 |
commit | 9d140ccdb3b029b3d87ee23e87789f8a67ce8d5b (patch) | |
tree | cb8e64e248fad959b2650b45c165801f4bbd4145 /include | |
parent | a0b89100be8ccc2b60d08d7e3819cd247a6042b0 (diff) |
drop use of SFX_ITEM_PRESENTATION_NONE
since none of the call sites specify it
Change-Id: I9c15f0e042e21f6f78560c1962a533112d588c90
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 0aaf16d8a9e1..d32de3274e8b 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -119,7 +119,6 @@ enum SfxItemPresentation */ { - SFX_ITEM_PRESENTATION_NONE, SFX_ITEM_PRESENTATION_NAMELESS, SFX_ITEM_PRESENTATION_COMPLETE }; |