diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-03 17:45:57 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-03 22:12:15 +0100 |
commit | d8efc393bff9c0ed38eac00f48ce1d525e1d08ce (patch) | |
tree | c444f68ae5facfcad0b9bb411020592be601e562 /solenv/clang-format | |
parent | e11ff5a47a5e82de797e78e60f88acd9ff446149 (diff) |
Turn on clang-format for these files
I (tried to) keep these files consistent locally with astyle in the past,
switching to clang-format makes sure that the recent problem with introducing
inconsistencies with automatic loplugin rewrites doesn't happen again.
Change-Id: If49c96b6e9e6ed50beb69c70e37125dff5607f76
Reviewed-on: https://gerrit.libreoffice.org/47332
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/blacklist | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 6eb9adf1d741..d80378d1ab1d 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -15947,7 +15947,6 @@ sw/source/filter/ww8/docxexportfilter.cxx sw/source/filter/ww8/docxexportfilter.hxx sw/source/filter/ww8/docxfootnotes.hxx sw/source/filter/ww8/docxhelper.hxx -sw/source/filter/ww8/docxsdrexport.cxx sw/source/filter/ww8/docxsdrexport.hxx sw/source/filter/ww8/docxtablestyleexport.cxx sw/source/filter/ww8/docxtablestyleexport.hxx @@ -19710,7 +19709,6 @@ xmlsecurity/inc/certificatechooser.hxx xmlsecurity/inc/certificateviewer.hxx xmlsecurity/inc/digitalsignaturesdialog.hxx xmlsecurity/inc/documentsignaturehelper.hxx -xmlsecurity/inc/documentsignaturemanager.hxx xmlsecurity/inc/framework/saxeventkeeperimpl.hxx xmlsecurity/inc/framework/securityengine.hxx xmlsecurity/inc/framework/signaturecreatorimpl.hxx @@ -19729,7 +19727,6 @@ xmlsecurity/inc/pch/precompiled_xsec_gpg.hxx xmlsecurity/inc/pch/precompiled_xsec_xmlsec.cxx xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx xmlsecurity/inc/pdfio/pdfdocument.hxx -xmlsecurity/inc/pdfsignaturehelper.hxx xmlsecurity/inc/resourcemanager.hxx xmlsecurity/inc/xmlsec-wrapper.h xmlsecurity/inc/xmlsec/errorcallback.hxx @@ -19787,12 +19784,10 @@ xmlsecurity/source/gpg/XMLSecurityContext.cxx xmlsecurity/source/gpg/XMLSecurityContext.hxx xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx xmlsecurity/source/helper/documentsignaturehelper.cxx -xmlsecurity/source/helper/documentsignaturemanager.cxx xmlsecurity/source/helper/ooxmlsecexporter.cxx xmlsecurity/source/helper/ooxmlsecexporter.hxx xmlsecurity/source/helper/ooxmlsecparser.cxx xmlsecurity/source/helper/ooxmlsecparser.hxx -xmlsecurity/source/helper/pdfsignaturehelper.cxx xmlsecurity/source/helper/xmlsignaturehelper.cxx xmlsecurity/source/helper/xmlsignaturehelper2.cxx xmlsecurity/source/helper/xsecctl.cxx |