--- src/gr_face.cpp +++ src/gr_face.cpp @@ -95,7 +95,7 @@ Face *res = new Face(appFaceHandle, *ops); if (res && load_face(*res, faceOptions)) - return static_cast(res); + return reinterpret_cast(res); delete res; return 0; 'vcs-git' href='git://go.suokunlong.cn/lo/translations' title='lo/translations Git repository'/>
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-12-21 18:00:56 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-12-21 18:12:09 +0100
commit855575426209820947579b51badbd6df279ba680 (patch)
treed6f25718d5dfef01355abc0bc4564820ff37482d
parent633ee5e478e45ed25db24077819089fc0fc588b0 (diff)
update translations for 7.3.0 rc1
and force-fix errors using pocheck Change-Id: Iaf5f970103a9ace669ee6019b2362031e34cbdf0 (cherry picked from commit f506a2490665212eeefb5934d6d4346a8a8c1856)