diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-08-28 22:50:26 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 12:52:38 +0200 |
commit | db0a6e1bd98a9430e9ca4edfaabc3b11da986592 (patch) | |
tree | cd7b59825ade08a1455cbea979f321278c791ada /solenv | |
parent | 8381242c2e0bfda1b37e7e82525926c0497c81d4 (diff) |
vcl: migrate ImplLayoutRuns to own files
Wrote a set of unit tests for ImplLayoutRuns, and added ImplLayoutRuns
to vcl::text namespace.
Change-Id: Id6ae8882acb8e3d821bb38551e78019cbdcaa662
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121204
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 a484535c29b1..0c69494826dd 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -15049,6 +15049,7 @@ vcl/source/outdev/textline.cxx vcl/source/outdev/transparent.cxx vcl/source/outdev/vclreferencebase.cxx vcl/source/outdev/wallpaper.cxx +vcl/source/text/ImplLayoutRuns.cxx vcl/source/toolkit/group.cxx vcl/source/toolkit/morebtn.cxx vcl/source/treelist/headbar.cxx |