summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-04 08:32:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-04 13:06:03 +0000
commitccbed01b40c9bc4421943ebe1fe818d43aadcc7d (patch)
tree23f0e1eaee7523c171a10c80bd365f376a36ef89 /idl/inc/slot.hxx
parent4f0398587f2854e41a8b544f5e2a00e3680122b6 (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/slot.hxx')
-rw-r--r--idl/inc/slot.hxx5
1 files changed, 0 insertions, 5 deletions
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;