summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r--idl/inc/slot.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index e3e8c196c5c3..87118d6cf8de 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -68,9 +68,6 @@ public:
bool IsVariable() const;
bool IsMethod() const;
- void SetToggle( bool bSet ) { aToggle = bSet; }
- void SetAutoUpdate( bool bSet ) { aAutoUpdate = bSet; }
- void SetAsynchron( bool bSet ) { aAsynchron = bSet; }
void SetRecordPerItem( bool bSet )
{
aRecordPerItem = bSet;
@@ -89,7 +86,6 @@ public:
if( bSet )
aRecordPerItem = aRecordPerSet = false;
}
- void SetRecordAbsolute( bool bSet ) { aRecordAbsolute = bSet; }
public:
SvMetaObject * MakeClone() const;