summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-09 23:05:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-09 23:05:23 +0100
commit2a680739f8dfe123316a69a9c85030f784ca1f22 (patch)
tree6be27dfa06837e11a398b9d674af4df3e35c0daa /svtools/inc
parent321fec4eead0f674ca16ef55c624812d3906b355 (diff)
AddListenerLink/RemoveListenerLink not implemented
so the underlying stuff isn't used either, i.e. aList is always empty Change-Id: Ia273576956294f878a81c7fab17446b7f33c5fa2
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/toolpanelopt.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/svtools/toolpanelopt.hxx b/svtools/inc/svtools/toolpanelopt.hxx
index 4c70256ae3b6..8b96e2555168 100644
--- a/svtools/inc/svtools/toolpanelopt.hxx
+++ b/svtools/inc/svtools/toolpanelopt.hxx
@@ -56,9 +56,6 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options
SvtToolPanelOptions();
virtual ~SvtToolPanelOptions();
- void AddListenerLink( const Link& rLink );
- void RemoveListenerLink( const Link& rLink );
-
bool GetVisibleImpressView() const;
void SetVisibleImpressView( bool bVisible );
bool GetVisibleOutlineView() const;