diff options
Diffstat (limited to 'include/tools/duration.hxx')
-rw-r--r-- | include/tools/duration.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/duration.hxx b/include/tools/duration.hxx index 9f032539e142..ca0d7088b7e1 100644 --- a/include/tools/duration.hxx +++ b/include/tools/duration.hxx @@ -96,7 +96,7 @@ private: void SetTimeDiff(const Time& rStart, const Time& rEnd); private: - Time maTime = Time(0); + Time maTime = Time(Time::EMPTY); sal_Int32 mnDays = 0; }; } |