diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-04 08:32:59 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-04 13:06:03 +0000 |
commit | ccbed01b40c9bc4421943ebe1fe818d43aadcc7d (patch) | |
tree | 23f0e1eaee7523c171a10c80bd365f376a36ef89 /idl/inc | |
parent | 4f0398587f2854e41a8b544f5e2a00e3680122b6 (diff) |
remove unused GET/SET/STATUSBARCONFIG in .SDI files
Change-Id: I74404d72e9146950a9881d2a59323c2bf08c9742
Reviewed-on: https://gerrit.libreoffice.org/22100
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/globals.hxx | 6 | ||||
-rw-r--r-- | idl/inc/slot.hxx | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index 09e2a4c40830..320117c00949 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -40,8 +40,6 @@ struct SvGlobalHashNames SvStringHashEntryRef MM_HelpText; SvStringHashEntryRef MM_void; SvStringHashEntryRef MM_shell; - SvStringHashEntryRef MM_Get; - SvStringHashEntryRef MM_Set; SvStringHashEntryRef MM_SlotId; SvStringHashEntryRef MM_Volatile; SvStringHashEntryRef MM_Toggle; @@ -85,7 +83,6 @@ struct SvGlobalHashNames SvStringHashEntryRef MM_define; SvStringHashEntryRef MM_MenuConfig; SvStringHashEntryRef MM_ToolBoxConfig; - SvStringHashEntryRef MM_StatusBarConfig; SvStringHashEntryRef MM_AccelConfig; SvStringHashEntryRef MM_AllConfig; SvStringHashEntryRef MM_FastCall; @@ -140,8 +137,6 @@ HASH_INLINE(uuid) HASH_INLINE(HelpContext) HASH_INLINE(HelpText) HASH_INLINE(shell) -HASH_INLINE(Get) -HASH_INLINE(Set) HASH_INLINE(SlotId) HASH_INLINE(Volatile) HASH_INLINE(Toggle) @@ -183,7 +178,6 @@ HASH_INLINE(PseudoPrefix) HASH_INLINE(define) HASH_INLINE(MenuConfig) HASH_INLINE(ToolBoxConfig) -HASH_INLINE(StatusBarConfig) HASH_INLINE(AccelConfig) HASH_INLINE(AllConfig) HASH_INLINE(FastCall) diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 7c86e72cbbde..42b90db63ab5 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -33,8 +33,6 @@ class SvMetaSlot : public SvMetaAttribute SvIdentifier aStateMethod; SvIdentifier aDefault; SvBOOL aPseudoSlots; - SvBOOL aGet; - SvBOOL aSet; SvBOOL aVolatile; SvBOOL aToggle; @@ -49,7 +47,6 @@ class SvMetaSlot : public SvMetaAttribute SvBOOL aMenuConfig; SvBOOL aToolBoxConfig; - SvBOOL aStatusBarConfig; SvBOOL aAccelConfig; SvBOOL aFastCall; SvBOOL aContainer; @@ -114,7 +111,6 @@ protected: { aMenuConfig = bSet; aToolBoxConfig = bSet; - aStatusBarConfig = bSet; aAccelConfig = bSet; } @@ -153,7 +149,6 @@ public: const OString& GetUnoName() const; bool GetMenuConfig() const; bool GetToolBoxConfig() const; - bool GetStatusBarConfig() const; bool GetAccelConfig() const; bool GetFastCall() const; bool GetContainer() const; |