summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/autostyl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/autostyl.cxx')
-rw-r--r--sc/source/ui/docshell/autostyl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/autostyl.cxx b/sc/source/ui/docshell/autostyl.cxx
index 98a104c4f8c3..dec13ced11a6 100644
--- a/sc/source/ui/docshell/autostyl.cxx
+++ b/sc/source/ui/docshell/autostyl.cxx
@@ -26,7 +26,7 @@
static inline sal_uLong TimeNow() // seconds
{
- return (sal_uLong) time(nullptr);
+ return static_cast<sal_uLong>(time(nullptr));
}
namespace {