diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 10:37:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 13:03:32 +0200 |
commit | ca83aad3703a2c3b28eb7cca43f3b6d2e9351aa4 (patch) | |
tree | 94c77aa4cec83f4152420fa9f246281c1343c3c7 /sw/inc | |
parent | f80385d44814df4cef9fef025240a078f1996bec (diff) |
convert dialog result methods from long->sal_Int32
Change-Id: Id3c56a2c9f8f8813e3bbff4c4ae9156b2185fc9c
Reviewed-on: https://gerrit.libreoffice.org/41206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index a0b572ae0006..ba607870619d 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -113,7 +113,7 @@ public: //from class SalFrame virtual void SetWindowState( const OString & rStr ) = 0; virtual OString GetWindowState() const = 0; - virtual void EndDialog(long nResult) override = 0; + virtual void EndDialog(sal_Int32 nResult) override = 0; }; class AbstractInsFootNoteDlg : public VclAbstractDialog |