diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-08 11:49:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-08 13:03:58 +0200 |
commit | 18e5d441ca3c3f0b59db8beaa87e3565489db6f1 (patch) | |
tree | f9b515737eede4fb47a569167c96563d27ed2ccb /solenv | |
parent | 08a11f8fe19560b000c62da00d7425b4f500d605 (diff) |
simplify QNameToString
no need for it to be a class, and no need for the data to be allocated
at runtime
Change-Id: I80bca34b2af221534eae5a6e90de369fa29037e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91878
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 01f1129e7ee0..95d4390ce95d 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -17804,7 +17804,6 @@ writerfilter/source/ooxml/OOXMLPropertySet.cxx writerfilter/source/ooxml/OOXMLPropertySet.hxx writerfilter/source/ooxml/OOXMLStreamImpl.cxx writerfilter/source/ooxml/OOXMLStreamImpl.hxx -writerfilter/source/ooxml/qnametostrcore.cxx xmlhelp/source/cxxhelp/inc/tvfactory.hxx xmlhelp/source/cxxhelp/inc/tvread.hxx xmlhelp/source/cxxhelp/provider/content.cxx |