summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 16:51:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 18:58:25 +0000
commit43f7445e485eec4151503dbb405ecc2be9749920 (patch)
tree9bd894b8bcc2835bf8714a7a2317a90d7e529e88 /sd/source/ui
parent6f4a024b88ef99a44b78ab9d387dcf950c4d5677 (diff)
remove undefined and unused method
Change-Id: Ifd69332a4afe80624dfb2a2d09221746b951cba9 Reviewed-on: https://gerrit.libreoffice.org/18779 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index a00e36e1ed47..d3d9b1b5b77d 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -153,7 +153,6 @@ public:
Rectangle GetEntryRect( const long nPos ) const;
bool HasActive() { return m_bHasActive; }
long PointToPos( const Point& rPos );
- void SetScrollHdl( const Link<>& rLink );
void DoScroll( long nDelta );
void RecalcAll();
void RemoveUnlocked();