tdf#138111: Fix apparent copy-paste error in ApiNameMap for sd style "A0"

As introduced in commit 99102d4263.

Change-Id: Iece8595a401df7bd5a514244d4a4fc825a49f9de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142819
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
This commit is contained in:
Kevin Suo 2022-11-17 12:10:31 +08:00 committed by Heiko Tietze
parent 70a84bc0ee
commit f078937179

View file

@ -598,7 +598,7 @@ struct ApiNameMap
{ std::u16string_view(u"Title A4"), HID_POOLSHEET_A4_TITLE },
{ std::u16string_view(u"Heading A4"), HID_POOLSHEET_A4_HEADLINE },
{ std::u16string_view(u"Text A4"), HID_POOLSHEET_A4_TEXT },
{ std::u16string_view(u"A4"), HID_POOLSHEET_A0 },
{ std::u16string_view(u"A0"), HID_POOLSHEET_A0 },
{ std::u16string_view(u"Title A0"), HID_POOLSHEET_A0_TITLE },
{ std::u16string_view(u"Heading A0"), HID_POOLSHEET_A0_HEADLINE },
{ std::u16string_view(u"Text A0"), HID_POOLSHEET_A0_TEXT },