fix wasm build (int vs sal_Int32 mismatch)
commit0d293754a9d87afeff399af3559a1e95239d1ac5
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Sat, 21 Oct 2023 13:15:31 +0000 (21 15:15 +0200)
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Mon, 23 Oct 2023 17:16:28 +0000 (23 19:16 +0200)
tree826e78c04e67f8db049a6e3fb6b80fc2c9dcefeb
parentea574f7929d4c226d56273178779ef38ca2ce5c9
fix wasm build (int vs sal_Int32 mismatch)

error: non-const lvalue reference to type 'sal_Int32' (aka 'long')
cannot bind to a value of unrelated type 'int' in file
/home/tdf/jenkins/workspace/lo_gerrit/tb/src_wasm/vcl/qt5/QtAccessibleWidget.cxx

(since refactoring in 15a6e23c4fc160c50a316da3d18980a02fc10ce8 )

Change-Id: I2689701839ba18b5cffae13afcaa5b1a32b5e4b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158305
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
vcl/qt5/QtAccessibleWidget.cxx