summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialogClientBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialogClientBox.hxx')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index c763e023c70e..f27d159ad4ae 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -98,8 +98,8 @@ class ClientBox:
long m_nActiveHeight;
long m_nExtraHeight;
Size m_aOutputSize;
- Link m_aClickHdl;
- Link m_aDeauthoriseHdl;
+ Link<> m_aClickHdl;
+ Link<> m_aDeauthoriseHdl;
VclPtr<NumericBox> m_aPinBox;
VclPtr<PushButton> m_aDeauthoriseButton;
@@ -153,9 +153,9 @@ public:
Rectangle GetEntryRect( const long nPos ) const;
bool HasActive() { return m_bHasActive; }
long PointToPos( const Point& rPos );
- void SetScrollHdl( const Link& rLink );
+ void SetScrollHdl( const Link<>& rLink );
void DoScroll( long nDelta );
- void SetHyperlinkHdl( const Link& rLink ){ m_aClickHdl = rLink; }
+ void SetHyperlinkHdl( const Link<>& rLink ){ m_aClickHdl = rLink; }
void RecalcAll();
void RemoveUnlocked();