summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-30 20:34:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-01 15:15:56 +0200
commit73ada0a095b6f09e0e1c9e779a7920d3eff468fe (patch)
treeb13aab1be28b150444528fb5f0e74c5a8452f070 /sc/inc
parentb2869173851aadf6182cc2038d9af9fc90aa9183 (diff)
weld ScMetricInputDlg
Change-Id: I4693969c1ef740235e7c0d55619552dd4ace494c Reviewed-on: https://gerrit.libreoffice.org/53675 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 'sc/inc')
-rw-r--r--sc/inc/scabstdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 9e097aef5aa2..cbe1d45f8d61 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -241,9 +241,9 @@ public:
class AbstractScMetricInputDlg : public VclAbstractDialog
{
protected:
- virtual ~AbstractScMetricInputDlg() override = default;
+ virtual ~AbstractScMetricInputDlg() override = default;
public:
- virtual long GetInputValue() const = 0;
+ virtual int GetInputValue() const = 0;
};
class AbstractScMoveTableDlg : public VclAbstractDialog
@@ -455,7 +455,7 @@ public:
const std::vector<OUString> &rEntryList ) = 0;
virtual VclPtr<AbstractScLinkedAreaDlg> CreateScLinkedAreaDlg(weld::Window* pParent) = 0;
- virtual VclPtr<AbstractScMetricInputDlg> CreateScMetricInputDlg ( vcl::Window* pParent,
+ virtual VclPtr<AbstractScMetricInputDlg> CreateScMetricInputDlg(weld::Window* pParent,
const OString& sDialogName,
long nCurrent,
long nDefault,