Files
loongoffice/sfx2/source/notebookbar
Noel Grandin 914762f837 convert #defines to OUStringLiteral
mostly by doing

$ git grep -l '#define.*\"' -- *.cxx
    | xargs perl -pi -e
's/^#define\s+(\w+)\s+(\".*\")/constexpr OUStringLiteral \1 =
u\2;/g'

Change-Id: Ie80ce34d2c7d2726a04b8758903329854fdeeb07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119841
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-08-02 13:46:48 +02:00
..