diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-21 13:23:58 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-21 14:29:14 +0100 |
commit | 17407f808ed0ca5d65a98da186f7e2ab60dc641b (patch) | |
tree | da019d31c00f0d9c7b32933be98f6ef647111530 /solenv | |
parent | 45ea6ebdf1ddb43335d116a0dd7a4ad61f5725f3 (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 in these files doesn't happen again.
(On the flip side, it's great to see that now others also touch this
PDF/pdfium code. :-) )
Change-Id: I6065eab77c584197a82fe48e7d3e81b445106efd
Reviewed-on: https://gerrit.libreoffice.org/51701
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 90af1918c0af..29b995cbdc69 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -8009,7 +8009,6 @@ include/vcl/evntpost.hxx include/vcl/exceptiontypes.hxx include/vcl/extoutdevdata.hxx include/vcl/field.hxx -include/vcl/filter/pdfdocument.hxx include/vcl/fixed.hxx include/vcl/fixedhyper.hxx include/vcl/floatwin.hxx @@ -17652,7 +17651,6 @@ vcl/inc/outdev.h vcl/inc/outdevstatestack.hxx vcl/inc/pch/precompiled_vcl.cxx vcl/inc/pch/precompiled_vcl.hxx -vcl/inc/pdfread.hxx vcl/inc/print.h vcl/inc/printdlg.hxx vcl/inc/printerinfomanager.hxx @@ -18098,8 +18096,6 @@ vcl/source/filter/igif/decode.cxx vcl/source/filter/igif/decode.hxx vcl/source/filter/igif/gifread.cxx vcl/source/filter/igif/gifread.hxx -vcl/source/filter/ipdf/pdfdocument.cxx -vcl/source/filter/ipdf/pdfread.cxx vcl/source/filter/ixbm/xbmread.cxx vcl/source/filter/ixbm/xbmread.hxx vcl/source/filter/ixpm/rgbtable.hxx @@ -19669,7 +19665,6 @@ xmlsecurity/inc/pch/precompiled_xsec_gpg.cxx 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/resourcemanager.hxx xmlsecurity/inc/xmlsec-wrapper.h xmlsecurity/inc/xmlsec/errorcallback.hxx @@ -19685,7 +19680,6 @@ xmlsecurity/inc/xsecfwdllapi.h xmlsecurity/inc/xsecgpgdllapi.h xmlsecurity/inc/xsecxmlsecdllapi.h xmlsecurity/qa/certext/SanCertExt.cxx -xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx xmlsecurity/qa/unit/signing/signing.cxx xmlsecurity/qa/unit/xmlsecurity-dialogs-test.cxx xmlsecurity/source/component/certificatecontainer.cxx @@ -19736,7 +19730,6 @@ xmlsecurity/source/helper/xsecparser.cxx xmlsecurity/source/helper/xsecparser.hxx xmlsecurity/source/helper/xsecsign.cxx xmlsecurity/source/helper/xsecverify.cxx -xmlsecurity/source/pdfio/pdfdocument.cxx xmlsecurity/source/xmlsec/biginteger.cxx xmlsecurity/source/xmlsec/certificateextension_certextn.cxx xmlsecurity/source/xmlsec/certificateextension_certextn.hxx @@ -19789,4 +19782,3 @@ xmlsecurity/source/xmlsec/xmlsec_init.cxx xmlsecurity/source/xmlsec/xmlstreamio.cxx xmlsecurity/source/xmlsec/xsec_xmlsec.cxx xmlsecurity/source/xmlsec/xsec_xmlsec.hxx -xmlsecurity/workben/pdfverify.cxx |