sd/source/core/stlsheet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 349d682cb03cab54f06fa7a014884368df0e9fba
Author:     Kevin Suo <[email protected]>
AuthorDate: Thu Nov 17 12:10:31 2022 +0800
Commit:     Xisco Fauli <[email protected]>
CommitDate: Tue Nov 22 21:19:22 2022 +0100

    tdf#138111: Fix apparent copy-paste error in ApiNameMap for sd style "A0"
    
    As introduced in commit 99102d4263189d347c7a7d0df8fd782e8c4c8ad5.
    
    Change-Id: Iece8595a401df7bd5a514244d4a4fc825a49f9de
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142819
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <[email protected]>
    (cherry picked from commit f078937179c4490df273b95cc8c29a216f9184ba)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143067
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 619614e7a2a6..db061922ba9c 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -590,7 +590,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 },

Reply via email to