aboutsummaryrefslogtreecommitdiff
path: root/source/uk/basic/messages.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-26 14:10:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-26 14:14:11 +0100
commit59aa6716126252d64cbd897153f231389c05ac2d (patch)
tree473bc82f30665dca85de9ac19b443a2759648aa9 /source/uk/basic/messages.po
parent87e0eb58bfcb1cdfe04f26833376827a09c1e241 (diff)
update translations for 7.3.0 rc3
and force-fix errors using pocheck Change-Id: Iedaea86e48ece63ca63d38dceac9b0d15091f38d
Diffstat (limited to 'source/uk/basic/messages.po')
0 files changed, 0 insertions, 0 deletions
option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2019-09-30 13:15:34 +0300
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-30 20:28:55 +0200
commit468a048942cad81db81a4999a1840a488988f253 (patch)
treede0b20b855429f4db3fc41f34d91b34ba67b7567 /comphelper
parentc561d7289b23507f810f8a4fc9c16a314f7fb0a8 (diff)
fix: SequenceOutputStream does append content correctly
Previous implementation was just rewriting content on each call to writeBytes() making this stream unusable. Improved and refactored corresponding Java unittest, now it check given above behavior and reacts on failures instead just writing mesages to stdout. Change-Id: Ib56baf07d8767b246a9d75cd5d639a2c2c0e7a5d Reviewed-on: https://gerrit.libreoffice.org/79840 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>