[Libreoffice-commits] core.git: solenv/clang-format

Chris Sherlock chris.sherlock79 at gmail.com
Fri Mar 16 06:48:02 UTC 2018


 solenv/clang-format/blacklist |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b4b2d7dd3eb210eb77c8f53e604a5d308282ee99
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Mar 16 02:46:51 2018 +1100

    solenv: sort the clang-format blacklist
    
    LC_ALL=C sort solenv/clang-format/blacklist > ~/blacklist
    mv ~/blacklist solenv/clang-format/blacklist
    
    Change-Id: Id00c5dc912220c6af6b1334e833abef4a0889ee0
    Reviewed-on: https://gerrit.libreoffice.org/51349
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index 0242ab5a9866..90af1918c0af 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -7959,6 +7959,7 @@ include/vcl/EnumContext.hxx
 include/vcl/FilterConfigItem.hxx
 include/vcl/GraphicNativeMetadata.hxx
 include/vcl/GraphicNativeTransform.hxx
+include/vcl/GraphicObject.hxx
 include/vcl/IContext.hxx
 include/vcl/IDialogRenderable.hxx
 include/vcl/IPrioritable.hxx
@@ -8022,7 +8023,6 @@ include/vcl/gdimtf.hxx
 include/vcl/gfxlink.hxx
 include/vcl/gradient.hxx
 include/vcl/graph.hxx
-include/vcl/GraphicObject.hxx
 include/vcl/graphicfilter.hxx
 include/vcl/graphictools.hxx
 include/vcl/group.hxx
@@ -18037,11 +18037,11 @@ vcl/source/app/timer.cxx
 vcl/source/app/unohelp.cxx
 vcl/source/app/unohelp2.cxx
 vcl/source/app/vclevent.cxx
-vcl/source/bitmap/bitmap.cxx
 vcl/source/bitmap/BitmapProcessor.cxx
 vcl/source/bitmap/BitmapScaleConvolution.cxx
 vcl/source/bitmap/BitmapSymmetryCheck.cxx
 vcl/source/bitmap/BitmapTools.cxx
+vcl/source/bitmap/bitmap.cxx
 vcl/source/bitmap/bitmapfilter.cxx
 vcl/source/bitmap/bitmapscalesuper.cxx
 vcl/source/bitmap/checksum.cxx
@@ -18209,9 +18209,6 @@ vcl/source/gdi/virdev.cxx
 vcl/source/gdi/wall.cxx
 vcl/source/graphic/GraphicObject.cxx
 vcl/source/graphic/GraphicObject2.cxx
-vcl/source/graphic/grfattr.cxx
-vcl/source/graphic/grfcache.cxx
-vcl/source/graphic/grfcache.hxx
 vcl/source/graphic/UnoGraphic.cxx
 vcl/source/graphic/UnoGraphic.hxx
 vcl/source/graphic/UnoGraphicDescriptor.cxx
@@ -18220,6 +18217,9 @@ vcl/source/graphic/UnoGraphicObject.cxx
 vcl/source/graphic/UnoGraphicProvider.cxx
 vcl/source/graphic/UnoGraphicTransformer.cxx
 vcl/source/graphic/UnoGraphicTransformer.hxx
+vcl/source/graphic/grfattr.cxx
+vcl/source/graphic/grfcache.cxx
+vcl/source/graphic/grfcache.hxx
 vcl/source/helper/canvasbitmap.cxx
 vcl/source/helper/canvastools.cxx
 vcl/source/helper/commandinfoprovider.cxx


More information about the Libreoffice-commits mailing list