diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-27 21:49:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-27 23:58:53 +0200 |
commit | 74ccd02eda2d6325a27266fd935aba29b3d75020 (patch) | |
tree | b5db339494824202fa325f1f1b684fee09d1f751 /extensions/source/config | |
parent | f8fdc6417b4d023b7c75485754a0ab1b164a69d6 (diff) |
tdf#107020: Reintroduce uses of I32S, I64S
...that had been removed with 4b788a12380518e31a9064d5839f4880d3f36874 "There
should be no need to distinguish between I32S and I64S" (which this commit
effectively reverts). I had erroneously assumed that the arguments to I32S and
I64S would only be of (signed) integer types, and that it would be irrelevant
that they are truncated to sal_Int32 resp. sal_Int64. However, at least
oox/source/export/drawingml.cxx called I32S with double values (for which there
is an OUString::number overload too), so the resulting strings could be rather
different.
Change-Id: Ib3887269fad0764740bc9ed3be91f67696a23b55
Reviewed-on: https://gerrit.libreoffice.org/37040
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/config')
0 files changed, 0 insertions, 0 deletions