summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sanedlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-17 09:25:04 +0200
committerNoel Grandin <noel@peralex.com>2015-09-17 12:22:47 +0200
commit061934621664c61dd04de2e48935a7fcfe00e552 (patch)
treeb8357db65af20fd46a5b89855401384d6162bad1 /extensions/source/scanner/sanedlg.hxx
parentbd1da371633c8df7f31da1cdaeb6f9e61dee4429 (diff)
convert Link<> to typed
Change-Id: Id600a5ee28440ee91c7089c8f7aa05f83bc0e63c
Diffstat (limited to 'extensions/source/scanner/sanedlg.hxx')
-rw-r--r--extensions/source/scanner/sanedlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/scanner/sanedlg.hxx b/extensions/source/scanner/sanedlg.hxx
index 2854da5d4d29..17cae7604a9f 100644
--- a/extensions/source/scanner/sanedlg.hxx
+++ b/extensions/source/scanner/sanedlg.hxx
@@ -35,10 +35,10 @@ class ScanPreview;
class SaneDlg : public ModalDialog
{
private:
- Sane& mrSane;
- bool mbScanEnabled;
+ Sane& mrSane;
+ bool mbScanEnabled;
- Link<> maOldLink;
+ Link<Sane&,void> maOldLink;
VclPtr<OKButton> mpOKButton;
VclPtr<CancelButton> mpCancelButton;
@@ -83,7 +83,7 @@ private:
DECL_LINK_TYPED( ClickBtnHdl, Button*, void );
DECL_LINK( SelectHdl, ListBox* );
DECL_LINK( ModifyHdl, Edit* );
- DECL_LINK( ReloadSaneOptionsHdl, Sane* );
+ DECL_LINK_TYPED( ReloadSaneOptionsHdl, Sane&, void );
DECL_LINK_TYPED( OptionsBoxSelectHdl, SvTreeListBox*, void );
void SaveState();