diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-05-12 18:13:09 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-27 13:28:43 +0200 |
commit | ec52161eb5bd71ee5bcb1dd6cf0cb596da39fa48 (patch) | |
tree | 241a0eacde6552a194970348b0b02619101e36ae /solenv | |
parent | 1864e6353179678a2ca1a175c203fd9e0cc5a580 (diff) |
vcl: move OutputDevice fill functions to fill.cxx
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 <quikee@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
1 files changed, 1 insertions, 0 deletions
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 |