rtl::Static -> static local
commita943936eeff04b60ebd0b2552bc18b42606f3321
authorNoel Grandin <noel.grandin@collabora.co.uk>
Fri, 30 Jul 2021 18:54:50 +0000 (30 20:54 +0200)
committerNoel Grandin <noel.grandin@collabora.co.uk>
Sat, 31 Jul 2021 06:55:29 +0000 (31 08:55 +0200)
treee3a20ebf81feaa0914e9e5b9a0fe008e0ea61c2e
parent620f9649ae55e01700419876ce25ab4e45ed859f
rtl::Static -> static local

in a handful cases, like a map or a vector, we don't need init on demand
at all, the default constructor can be laid out at compile time

Change-Id: Ifa3188af7a65cd475ce0f603d15a8c26bcda7e6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119710
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
i18nlangtag/source/languagetag/languagetag.cxx
oox/source/core/xmlfilterbase.cxx
oox/source/drawingml/table/tableproperties.cxx
package/source/xstor/owriteablestream.cxx
package/source/xstor/xstorage.cxx
package/source/zippackage/ZipPackageFolder.cxx
package/source/zippackage/ZipPackageStream.cxx
sal/rtl/bootstrap.cxx
sal/rtl/rtl_process.cxx
sal/textenc/textenc.cxx
sc/source/core/tool/formulaparserpool.cxx