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

New commits:
commit 0b504bb12e4d563d1505e9c2039cbbd723cf1162
Author:     Laurent Balland <laurent.ball...@mailo.fr>
AuthorDate: Sun Dec 3 13:58:11 2023 +0100
Commit:     Laurent Balland <laurent.ball...@mailo.fr>
CommitDate: Thu Dec 7 16:56:36 2023 +0100

    tdf#158500 missing style Object with no fill no line
    
    Style "Object with no fill no line" was not correctly treated during
    automatic translation to UI language
    
    Change-Id: I9364b25e326387110af81494d7fa5e4c05b5f972
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160262
    Tested-by: Jenkins
    Reviewed-by: Laurent Balland <laurent.ball...@mailo.fr>

diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 391cd8eada8a..e262e7a713ff 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -621,6 +621,7 @@ struct ApiNameMap
         { std::u16string_view(u"notes"), HID_PSEUDOSHEET_NOTES },
         { std::u16string_view(u"standard"), HID_STANDARD_STYLESHEET_NAME },
         { std::u16string_view(u"objectwithoutfill"), 
HID_POOLSHEET_OBJWITHOUTFILL },
+        { std::u16string_view(u"Object with no fill and no line"), 
HID_POOLSHEET_OBJNOLINENOFILL },
 
         { std::u16string_view(u"Text"), HID_POOLSHEET_TEXT },
         { std::u16string_view(u"A4"), HID_POOLSHEET_A4 },

Reply via email to