summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfunc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-03 11:35:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-03 13:54:02 +0100
commita5eddf3b047dca78ea321005cc6dc5e92914e032 (patch)
treeb91bf9bbd5fb2878d5d2fcc6b309d532d9e4f52d /sc/source/ui/inc/docfunc.hxx
parent9aaf8db1e4ac20fce4b19bc43c13b25938e80275 (diff)
sal_uLong->sal_Int32 for refresh delay
and improve the naming of the related methods and variables Change-Id: I1dc522090b0353fd4c63e74864a0deeb8d70fd28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129404 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r--sc/source/ui/inc/docfunc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index 4a8cad6dc9d6..8b0ea7d7c16a 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -215,7 +215,7 @@ public:
void InsertAreaLink( const OUString& rFile, const OUString& rFilter,
const OUString& rOptions, const OUString& rSource,
- const ScRange& rDestRange, sal_uLong nRefresh,
+ const ScRange& rDestRange, sal_Int32 nRefreshDelaySeconds,
bool bFitBlock, bool bApi );
/**