desktop/source/lib/init.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 99a3bdc03a5f345a05596aedfe0753eea5e4e2fe Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Fri Feb 7 09:27:00 2025 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sat Feb 22 22:32:21 2025 +0100 add Writer/Content/NonprintingCharacter to allowed list Change-Id: I18f44e52d2cd576cd5f94e77305c364f9379e45d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181234 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> (cherry picked from commit 8ec4ffcc19124f3451118225b95f9543912bce2c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182040 Tested-by: Jenkins diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 84f7de8a22a2..09590cd398f6 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -5098,7 +5098,8 @@ static void updateConfig(const OUString& rConfigPath) u"/org.openoffice.Office.Writer/Grid"_ustr, u"/org.openoffice.Office.Writer/Print"_ustr, - u"/org.openoffice.Office.Writer/Content/Display/GraphicObject"_ustr + u"/org.openoffice.Office.Writer/Content/Display/GraphicObject"_ustr, + u"/org.openoffice.Office.Writer/Content/NonprintingCharacter"_ustr }; xUpdate->insertModificationXcuFile(xcustat.getFileURL(), aAllowedSubset, {}); }