diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-07 01:46:25 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-02-07 08:06:24 +0100 |
commit | e9152974af2598856ab57268cb02c363f8730579 (patch) | |
tree | b55f155e06fef9d06463962763b417c8196a7375 /solenv | |
parent | c19e688b1a1c3165e267eea971892869edb89569 (diff) |
clang-format cui 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: I2886b6da85043218505ff9f3e40a8e28289c6f37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88152
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
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 e6e9b3d97eaf..7f3b2c1be6c1 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -2640,7 +2640,6 @@ cui/source/dialogs/cuigrfflt.cxx cui/source/dialogs/cuihyperdlg.cxx cui/source/dialogs/cuiimapwnd.cxx cui/source/dialogs/cuitbxform.cxx -cui/source/dialogs/dlgname.cxx cui/source/dialogs/hangulhanjadlg.cxx cui/source/dialogs/hldocntp.cxx cui/source/dialogs/hldoctp.cxx @@ -2665,7 +2664,6 @@ cui/source/dialogs/showcols.cxx cui/source/dialogs/splitcelldlg.cxx cui/source/dialogs/srchxtra.cxx cui/source/dialogs/thesdlg.cxx -cui/source/dialogs/zoom.cxx cui/source/factory/cuiexp.cxx cui/source/factory/cuiresmgr.cxx cui/source/factory/dlgfact.cxx @@ -2676,7 +2674,6 @@ cui/source/inc/SpellDialog.hxx cui/source/inc/SvxConfigPageHelper.hxx cui/source/inc/SvxMenuConfigPage.hxx cui/source/inc/SvxToolbarConfigPage.hxx -cui/source/inc/about.hxx cui/source/inc/acccfg.hxx cui/source/inc/align.hxx cui/source/inc/autocdlg.hxx @@ -2699,7 +2696,6 @@ cui/source/inc/cuitabarea.hxx cui/source/inc/cuitabline.hxx cui/source/inc/dbregister.hxx cui/source/inc/defdlgname.hxx -cui/source/inc/dialmgr.hxx cui/source/inc/dlgname.hxx cui/source/inc/dstribut.hxx cui/source/inc/grfpage.hxx @@ -2721,7 +2717,6 @@ cui/source/inc/macroass.hxx cui/source/inc/macropg.hxx cui/source/inc/measure.hxx cui/source/inc/multipat.hxx -cui/source/inc/newtabledlg.hxx cui/source/inc/numfmt.hxx cui/source/inc/numpages.hxx cui/source/inc/optasian.hxx @@ -2736,7 +2731,6 @@ cui/source/inc/postdlg.hxx cui/source/inc/screenshotannotationdlg.hxx cui/source/inc/scriptdlg.hxx cui/source/inc/sdrcelldlg.hxx -cui/source/inc/showcols.hxx cui/source/inc/splitcelldlg.hxx cui/source/inc/srchxtra.hxx cui/source/inc/swpossizetabpage.hxx @@ -2748,7 +2742,6 @@ cui/source/inc/transfrm.hxx cui/source/inc/treeopt.hxx cui/source/inc/zoom.hxx cui/source/options/certpath.cxx -cui/source/options/certpath.hxx cui/source/options/cfgchart.cxx cui/source/options/cfgchart.hxx cui/source/options/connpoolconfig.cxx @@ -2808,7 +2801,6 @@ cui/source/options/securityoptions.cxx cui/source/options/securityoptions.hxx cui/source/options/treeopt.cxx cui/source/options/tsaurls.cxx -cui/source/options/tsaurls.hxx cui/source/options/webconninfo.cxx cui/source/options/webconninfo.hxx cui/source/tabpages/align.cxx |