(partial) tdf#153722 "Chapter Styles" -> "Document structure"

Change-Id: I1cb7e1bcf0d6ea6fc3906b51c6e844d39889a2ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147371
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
This commit is contained in:
Seth Chaiklin 2023-02-22 00:56:52 +00:00
parent 5f6f7ed874
commit fce44263b6

View file

@ -34,7 +34,7 @@ const std::pair<TranslateId, SfxStyleSearchBits> RID_PARAGRAPHSTYLEFAMILY[] =
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Custom Styles") , SfxStyleSearchBits::UserDefined },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Automatic") , SfxStyleSearchBits::Auto },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Text Styles") , SfxStyleSearchBits::SwText },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Chapter Styles") , SfxStyleSearchBits::SwChapter },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Document Structure") , SfxStyleSearchBits::SwChapter },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "List Styles") , SfxStyleSearchBits::SwList },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Index Styles") , SfxStyleSearchBits::SwIndex },
{ NC_("RID_PARAGRAPHSTYLEFAMILY", "Special Styles") , SfxStyleSearchBits::SwExtra },