diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-05 11:52:10 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-07 06:54:39 +0000 |
commit | 0b7337bfa049f4e3a8b87f7628025e40f5b3e825 (patch) | |
tree | f729413968d640829f92ddda0d0292cf456754af /idl/inc/slot.hxx | |
parent | e90f4e18fd53bd85cc953eb2e796d593ae3f79df (diff) |
remove some dead code, found using LCOV
Change-Id: Ibdca0a70722290bbb560726c88e9821c3ae0af14
Reviewed-on: https://gerrit.libreoffice.org/22151
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.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 8fab390eece9..b3c096882cc8 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -28,7 +28,6 @@ class SvMetaSlot : public SvMetaAttribute tools::SvRef<SvMetaType> aSlotType; tools::SvRef<SvMetaAttribute> aMethod; SvIdentifier aGroupId; - SvIdentifier aConfigId; SvIdentifier aExecMethod; SvIdentifier aStateMethod; SvBOOL aPseudoSlots; @@ -115,12 +114,10 @@ public: SvMetaAttribute * GetMethod() const; SvMetaType * GetSlotType() const; const OString& GetGroupId() const; - const OString& GetConfigId() const; const OString& GetExecMethod() const; const OString& GetStateMethod() const; const OString& GetDisableFlags() const; bool GetPseudoSlots() const; - bool GetVolatile() const; bool GetToggle() const; bool GetAutoUpdate() const; |