]> git.lyx.org Git - features.git/commit
Amend bc73a85778ffb1432bdc510d9a710e7394f42163
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 25 Dec 2022 23:18:47 +0000 (00:18 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 25 Dec 2022 23:18:47 +0000 (00:18 +0100)
commit2592a36dae5d18a16586b14b4d17948c8b53a382
treeae2efeaf3b880417d2cd5ff7b14f4a672196160f
parentff2a2b2a8a3be323346ad4f5e660fbc1b7a65a04
Amend bc73a85778ffb1432bdc510d9a710e7394f42163

Missing return in `specialCharKindToXMLEntity`. Previously, the
functions that were merged into `specialCharKindToXMLEntity` did not
return any kind of error in case an unknown special character is met
(enumerated value). This behaviour is preserved.
src/insets/InsetSpecialChar.cpp