diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 14:45:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-08 14:48:25 +0200 |
commit | b5594f06c47c38afcb1ac160fd8796d7ca180be5 (patch) | |
tree | 4c88a0750cb6b2f10baaf6b38f5402882369f285 /icon-themes/galaxy/res/sc05556.png | |
parent | 2e11bbd288ec59d0ff3368cc5c5ef83e2f5133a2 (diff) |
Cater for UNO (signed) vs. BASIC (unsigned) byte mismatch
See <https://listarchives.libreoffice.org/global/users/msg51243.html>
"[libreoffice-users] type byte in Basic", where
> Sub Main
> dim oOutputStream as variant
> oOutputStream = createUnoService("com.sun.star.io.SequenceOutputStream")
> dim nA as byte
> nA = 195
> oOutputStream.writeBytes(array(nA))
> oOutputStream.flush
> dim back(0) as byte
> back = oOutputStream.getWrittenBytes
> MsgBox(back(0))
> End Sub
failed with "Inadmissible value or data type. Overflow." instead of showing
"-61".
Change-Id: I0445476c67510d5f8669a6e711e92332c01ec06c
Diffstat (limited to 'icon-themes/galaxy/res/sc05556.png')
0 files changed, 0 insertions, 0 deletions