diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-11 13:57:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-12 07:46:46 +0100 |
commit | bb76df91431e2043a0683ea4140fe69178e10c8d (patch) | |
tree | 1cac0bd83de23c34c3b48159e2dff8bcf256c768 /include/sfx2 | |
parent | 5de99031fa31eaf78d92cf5aa8de6cac8f2f8782 (diff) |
sal_uIntPtr->sal_uInt64 in Get/SetUpdateTimeout
to match the call on the underlying Timer
Change-Id: Ia9044afa18decde69330962f74f7be477e9962fc
Reviewed-on: https://gerrit.libreoffice.org/46226
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/linksrc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/linksrc.hxx b/include/sfx2/linksrc.hxx index bcc6e88b8ba7..8eff0afd0376 100644 --- a/include/sfx2/linksrc.hxx +++ b/include/sfx2/linksrc.hxx @@ -64,8 +64,8 @@ public: void Closed(); - sal_uIntPtr GetUpdateTimeout() const; - void SetUpdateTimeout( sal_uIntPtr nTime ); + sal_uInt64 GetUpdateTimeout() const; + void SetUpdateTimeout( sal_uInt64 nTimeMs ); // notify the sink, the mime type is not // a selection criterion void DataChanged( const rtl::OUString & rMimeType, |