/instsetoo_native/util/

type='hidden' name='id' value='16242898da50fbf680df558cb47d1978c3304572'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorBaole Fang <baole.fang@gmail.com>2023-03-13 18:34:50 -0400
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-14 06:47:26 +0000
commit16242898da50fbf680df558cb47d1978c3304572 (patch)
tree3a49ca3322263ce275c1a7fc55937cd755266402 /o3tl
parent7121117d12ae87b394b6c6ed41a2d95aadedc5b7 (diff)
tdf#150135: Fix OTextInputStream to throw runtime exception when uninitialized
New method checkNull is added to the class to throw a runtime error if mxStream is uninitialized. It is run in the beginning of all methods that require an initialized mxStream. Change-Id: Ia1f15d90c79c71b2a2350d9b60ef1bf68fb9009c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148819 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>