From ec52161eb5bd71ee5bcb1dd6cf0cb596da39fa48 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Wed, 12 May 2021 18:13:09 +1000 Subject: vcl: move OutputDevice fill functions to fill.cxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add unit test for SetFillColor(), IsFillColor() and GetFillColor(). Change-Id: I64b3b15d6c6a0062af716ecc02d0414ae8a9f134 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115461 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- solenv/clang-format/excludelist | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 7cf7ea89c1f2..51d61da54d09 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -15032,6 +15032,7 @@ vcl/source/outdev/background.cxx vcl/source/outdev/bitmap.cxx vcl/source/outdev/clipping.cxx vcl/source/outdev/curvedshapes.cxx +vcl/source/outdev/fill.cxx vcl/source/outdev/font.cxx vcl/source/outdev/gradient.cxx vcl/source/outdev/hatch.cxx -- cgit