diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-08-31 03:51:23 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-31 15:16:19 +0200 |
commit | 3ab647fa6cb0587668f93bea0b8de9237b71a0cc (patch) | |
tree | 728fe950546330f300a81e05fdb3aad2633dda45 /solenv/clang-format | |
parent | 643e0fe7fc16345e3f534f270f7eb5b5276e26a2 (diff) |
vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxx
Don't know why an OutputDevice function was used in print2.cxx, but
definitely needs to be in the outdev source directory, and
transparent.cxx is the most appropriate place to add this.
To be honest, that function only operates on metafiles, so perhaps we
should make this part of GDIMetafile, so added a TODO.
Also, a number of local header files (all to do with PDFs) needed to
become module local headers, so I have moved these to the vcl/inc/pdf
directory.
Change-Id: I1feb8e5e8aedc7399740a035beacd2dad3de317f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121321
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'solenv/clang-format')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 7d3055c3c12d..ac3161286bc4 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -14488,6 +14488,8 @@ vcl/inc/osx/salsys.h vcl/inc/osx/saltimer.h vcl/inc/osx/vclnsapp.h vcl/inc/outdev.h +vcl/inc/pdf/pdffontcache.hxx +vcl/inc/pdf/pdfwriter_impl.hxx vcl/inc/ppdparser.hxx vcl/inc/print.h vcl/inc/printdlg.hxx @@ -14982,10 +14984,8 @@ vcl/source/gdi/mtfxmldump.cxx vcl/source/gdi/oldprintadaptor.cxx vcl/source/gdi/pdfextoutdevdata.cxx vcl/source/gdi/pdffontcache.cxx -vcl/source/gdi/pdffontcache.hxx vcl/source/gdi/pdfwriter.cxx vcl/source/gdi/pdfwriter_impl.cxx -vcl/source/gdi/pdfwriter_impl.hxx vcl/source/gdi/pdfwriter_impl2.cxx vcl/source/gdi/print.cxx vcl/source/gdi/print2.cxx |