diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-13 22:34:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-13 23:42:33 +0100 |
commit | d406d7c3a649bcbbe3377338707221e39f03a639 (patch) | |
tree | b306913a44a5c8d5d13e847296bae4e8ecc15bd2 /include/sfx2/shell.hxx | |
parent | bd5834005872d005c3129405c6ab2d6d2bdce19d (diff) |
resolve TODO, remove SVVERB_SHOW
Change-Id: I10148330f1a356dbd423af98267c25d7128c3a86
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 488e06b8b65d..9c82f1fbd60d 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -113,8 +113,6 @@ enum SfxInterfaceId SFX_INTERFACE_LIB = 450 }; -//TODO/CLEANUP: replace by UNO constant -#define SVVERB_SHOW -1 typedef void (*SfxExecFunc)(SfxShell *, SfxRequest &rReq); typedef void (*SfxStateFunc)(SfxShell *, SfxItemSet &rSet); |