summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-10 17:28:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-11 09:53:05 +0200
commit94aa2e5013025218b302b000d5cccf65ee557055 (patch)
tree98ab2dcb1cadb1e33e5806ba458a1432ec462df1 /sd/source/ui
parentc82438da6827045244a3bde1629c43edb9204146 (diff)
drop metric connect_changed, use connect_value_changed
Change-Id: Ic89b4185ee76567af807b3e6a56eca691b707a3f Reviewed-on: https://gerrit.libreoffice.org/54094 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/dlg/present.cxx4
-rw-r--r--sd/source/ui/inc/present.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx
index ea97037ef2ab..0c64fee760f9 100644
--- a/sd/source/ui/dlg/present.cxx
+++ b/sd/source/ui/dlg/present.cxx
@@ -73,7 +73,7 @@ SdStartPresentationDlg::SdStartPresentationDlg(weld::Window* pWindow, const SfxI
m_xRbtWindow->connect_clicked( aLink );
m_xRbtAuto->connect_clicked( aLink );
- m_xTmfPause->connect_changed( LINK( this, SdStartPresentationDlg, ChangePauseHdl ) );
+ m_xTmfPause->connect_value_changed( LINK( this, SdStartPresentationDlg, ChangePauseHdl ) );
// fill Listbox with page names
for (std::vector<OUString>::const_iterator pIter = rPageNames.begin(); pIter != rPageNames.end(); ++pIter)
@@ -309,7 +309,7 @@ IMPL_LINK_NOARG(SdStartPresentationDlg, ClickWindowPresentationHdl, weld::Button
/**
* Handler: Enabled/Disabled Checkbox "AlwaysOnTop"
*/
-IMPL_LINK_NOARG(SdStartPresentationDlg, ChangePauseHdl, weld::Entry&, void)
+IMPL_LINK_NOARG(SdStartPresentationDlg, ChangePauseHdl, weld::TimeSpinButton&, void)
{
ChangePause();
}
diff --git a/sd/source/ui/inc/present.hxx b/sd/source/ui/inc/present.hxx
index d81b2918e66e..85f09e92a9e4 100644
--- a/sd/source/ui/inc/present.hxx
+++ b/sd/source/ui/inc/present.hxx
@@ -66,7 +66,7 @@ private:
DECL_LINK(ChangeRangeHdl, weld::Button&, void);
DECL_LINK(ClickWindowPresentationHdl, weld::Button&, void);
void ChangePause();
- DECL_LINK(ChangePauseHdl, weld::Entry&, void);
+ DECL_LINK(ChangePauseHdl, weld::TimeSpinButton&, void);
void InitMonitorSettings();
enum DisplayType {