summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-17 13:43:05 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 14:41:58 +0200
commit54a5ae1b35680f54979890f62aae96d79b4f9874 (patch)
tree7e1807f1bf0bca27f529b6a1a893cb82d9c8ab82 /sd/source
parentc629064294a76f212b6104713765f0c06ccf2e12 (diff)
remove unused Link<> fields
Change-Id: I824cfe9c909be31e8205d05cc5c6136a17fd98bb
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 359af2fbe3fe..a00e36e1ed47 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -100,8 +100,6 @@ class ClientBox : public Control
long m_nActiveHeight;
long m_nExtraHeight;
Size m_aOutputSize;
- Link<> m_aClickHdl;
- Link<> m_aDeauthoriseHdl;
VclPtr<NumericBox> m_aPinBox;
VclPtr<PushButton> m_aDeauthoriseButton;
@@ -157,7 +155,6 @@ public:
long PointToPos( const Point& rPos );
void SetScrollHdl( const Link<>& rLink );
void DoScroll( long nDelta );
- void SetHyperlinkHdl( const Link<>& rLink ){ m_aClickHdl = rLink; }
void RecalcAll();
void RemoveUnlocked();