diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-01-04 08:59:22 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-01-04 10:27:03 +0100 |
commit | 7212021f6a79c78af8631766234696e557264bda (patch) | |
tree | 8c589895fd9bf0f3f2d34a2f8d09ad8dd967b595 | |
parent | 01c9240947f21dec283fa0cb4b8b95e313073790 (diff) |
Add wrongly formatted files to excludelist
Change-Id: I9b4374a95598c08c06427ecc9348c68d56352d25
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161607
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
-rw-r--r-- | solenv/clang-format/excludelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 2c194863e730..b0f9a1384557 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -5267,6 +5267,7 @@ include/framework/desktop.hxx include/framework/documentundoguard.hxx include/framework/framecontainer.hxx include/framework/framelistanalyzer.hxx +include/framework/gate.hxx include/framework/generictoolbarcontroller.hxx include/framework/imutex.hxx include/framework/sfxhelperfunctions.hxx @@ -15148,6 +15149,7 @@ writerfilter/source/ooxml/OOXMLFastContextHandler.cxx writerfilter/source/ooxml/OOXMLFastContextHandler.hxx writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx +writerfilter/source/ooxml/OOXMLFastHelper.hxx writerfilter/source/ooxml/OOXMLParserState.cxx writerfilter/source/ooxml/OOXMLPropertySet.cxx writerfilter/source/ooxml/OOXMLStreamImpl.cxx |