diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 12:57:44 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-03-07 15:27:45 +0100 |
commit | f31af3ed40fba2376eb19238d3e158e91b6d1b29 (patch) | |
tree | 3b12b19cde68c7925d4fbb118f1fe01f9fb7f69b /solenv/clang-format | |
parent | 615c086d40eeea1b47022ecff1168feeaae5ac2d (diff) |
clang-format toolkit, tools, uui with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>
There will be follow-up patches to fix all 'under-5-percent' files.
Change-Id: I4952f350f4d22913ea94689b902ffa26c223ff96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90152
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'solenv/clang-format')
-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 b43214b3a6e3..c77925195833 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -15859,7 +15859,6 @@ toolkit/inc/helper/accessibilityclient.hxx toolkit/inc/helper/btndlg.hxx toolkit/inc/helper/imagealign.hxx toolkit/inc/helper/scrollabledialog.hxx -toolkit/inc/helper/servicenames.hxx toolkit/inc/helper/tkresmgr.hxx toolkit/inc/helper/unopropertyarrayhelper.hxx toolkit/inc/helper/unowrapper.hxx @@ -15890,7 +15889,6 @@ toolkit/source/awt/vclxwindows_internal.hxx toolkit/source/controls/accessiblecontrolcontext.cxx toolkit/source/controls/animatedimages.cxx toolkit/source/controls/controlmodelcontainerbase.cxx -toolkit/source/controls/controlmodelcontainerbase_internal.hxx toolkit/source/controls/dialogcontrol.cxx toolkit/source/controls/eventcontainer.cxx toolkit/source/controls/filectrl.cxx @@ -15930,13 +15928,11 @@ toolkit/source/helper/formpdfexport.cxx toolkit/source/helper/imagealign.cxx toolkit/source/helper/listenermultiplexer.cxx toolkit/source/helper/property.cxx -toolkit/source/helper/servicenames.cxx toolkit/source/helper/tkresmgr.cxx toolkit/source/helper/unopropertyarrayhelper.cxx toolkit/source/helper/unowrapper.cxx toolkit/source/helper/vclunohelper.cxx tools/inc/poly.h -tools/qa/cppunit/test_bigint.cxx tools/qa/cppunit/test_color.cxx tools/qa/cppunit/test_date.cxx tools/qa/cppunit/test_fract.cxx @@ -16512,9 +16508,7 @@ uui/qa/unit/uui-dialogs-test.cxx uui/source/alreadyopen.cxx uui/source/alreadyopen.hxx uui/source/authfallbackdlg.cxx -uui/source/authfallbackdlg.hxx uui/source/filechanged.cxx -uui/source/filechanged.hxx uui/source/fltdlg.cxx uui/source/fltdlg.hxx uui/source/getcontinuations.hxx @@ -16528,9 +16522,7 @@ uui/source/iahndl.cxx uui/source/iahndl.hxx uui/source/interactionhandler.cxx uui/source/lockcorrupt.cxx -uui/source/lockcorrupt.hxx uui/source/lockfailed.cxx -uui/source/lockfailed.hxx uui/source/logindlg.cxx uui/source/logindlg.hxx uui/source/loginerr.hxx |