aboutsummaryrefslogtreecommitdiff
path: root/source/en-ZA/basic
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-11-18 22:15:21 +0100
committerEike Rathke <erack@redhat.com>2013-11-18 22:21:02 +0100
commit7c6025ab17562741ebfd8d8ae2a8c9207b3f000a (patch)
tree2d9ef2bbbaa965fc41cee573770da05d252e2c7c /source/en-ZA/basic
parent1e5e319682945255f7e519000c4a00fcefb5910f (diff)
renamed ku* to kmr-Latn*, fdo#63460
Change-Id: I1705f7d9e76a20f378992412209f1920213bf314
Diffstat (limited to 'source/en-ZA/basic')
0 files changed, 0 insertions, 0 deletions
eature/table_rotated_text LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-17 15:53:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-21 10:10:58 +0000
commit92f396733ebc518bcb7a9eae2dd3169d333b82b9 (patch)
tree55cf13dea05f06d4eea95c8382f771090a3bac4b
parentb57eceb231b61abc7121686d70df8d7c0dfacb75 (diff)
convert ReadByteString/WriteByteString from ByteString to OString
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
Diffstat