summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-07-20 17:34:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 20:53:33 +0200
commit102b01c80a271ccaec226d7b0bcc960917ea6b57 (patch)
tree04577f77e7b4191a8b9a6d620cb41ce4f905b312 /include
parent4a128f336a146a12c28bb9f3bdfa24d2198d85dc (diff)
change some Date += long to Date += sal_Int32
found by adding Date& operator+=(long) = delete; to Date class Change-Id: I0e6b59a2e789f2bdf2f271b99d10c6acbae8bf55 Reviewed-on: https://gerrit.libreoffice.org/40241 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/calendar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index e0c583e732a1..6cd7f153d5de 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -176,7 +176,7 @@ private:
Color* mpStandardColor;
Color* mpSaturdayColor;
Color* mpSundayColor;
- sal_uLong mnDayCount;
+ sal_Int32 mnDayCount;
long mnDaysOffX;
long mnWeekDayOffY;
long mnDaysOffY;