diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2024-08-13 12:48:24 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-08-14 09:24:29 +0200 |
commit | aabb5be81a066c70142e9c15e64ebfbed9994e3c (patch) | |
tree | 4d0a598c44b262993f094b5fea2b139ec0e78451 /cui/source | |
parent | 6aa87b23c445b42690a2461817b7ad24f6c31ec9 (diff) |
Resolves tdf#80054 - Customization for non-printable character color
Change-Id: I82783a49d3a1c2096dcfa7c97a3fce14c555c988
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171814
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optcolor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index df3965b28199..4ccb305a17f9 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -127,6 +127,7 @@ const vEntryInfo[] = { Group_Writer, IDS_CB(section), std::u16string_view(u"/WriterSectionBoundaries") }, { Group_Writer, IDS(hdft), std::u16string_view(u"/WriterHeaderFooterMark") }, { Group_Writer, IDS(pagebreak), std::u16string_view(u"/WriterPageBreaks") }, + { Group_Writer, IDS(nonprintchars), std::u16string_view(u"/WriterNonPrintChars") }, { Group_Html, IDS(sgml), std::u16string_view(u"/HTMLSGML") }, { Group_Html, IDS(htmlcomment), std::u16string_view(u"/HTMLComment") }, |