https://bugs.documentfoundation.org/show_bug.cgi?id=145539

            Bug ID: 145539
           Summary: Convert string literals defined as const char[] in
                    header files to constexpr OUStringLiteral
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, skillCpp
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

There are several string literals in the header files, defined in various ways
like const char[]. You should convert string literals in header files from
"const char[]" to "constexpr OUStringLiteral".

Instances of the literals defined as "const char[]" can be found using:

git grep "^const char" *.hxx|grep -F [

A sample can be found here:
https://git.libreoffice.org/core/+/8fb366c13ac1b23c455c32afc085bca2edff03bb

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to