summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/msfilter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-07-01 16:20:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-03 08:42:15 +0200
commit1fe0dc7377300ad961438f5a69bd8bc023cc314d (patch)
tree7a7d740747bd5b87d3c5ead7dd96d79d4a470bd2 /sw/source/filter/inc/msfilter.hxx
parentf5b0cc2a3690ba963b3f150886e1d5ddddee9530 (diff)
use sal_Int64 in tools::DateTime
instead of long which has platform-dependent bitlength Change-Id: I888458d7807027e237772940d4b2cc15c2971243 Reviewed-on: https://gerrit.libreoffice.org/39434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/inc/msfilter.hxx')
-rw-r--r--sw/source/filter/inc/msfilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 95c84bba598b..1a1713982625 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -94,7 +94,7 @@ namespace sw
/** Convert from DTTM to Writer's DateTime
*/
- long DateTime2DTTM( const DateTime& rDT );
+ sal_uInt32 DateTime2DTTM( const DateTime& rDT );
/** Convert from Word Date/Time field str to Writer's Date Time str