solenv/clang-format/excludelist | 2 +- vcl/Library_vcl.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 09ac4fb3e125ad1c0b1918f9ce621f8c3780cca5 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Tue Sep 9 22:03:59 2025 +1000 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Sep 17 09:29:21 2025 +0200 vcl: pdfwriter.cxx from gdi/ to pdf/ directory Change-Id: Ib0a1f1793441313f5b9e2f4de51f7d5096b1230d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190711 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 7c4f1ce9d670..cdf769bb5ab7 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -14681,7 +14681,6 @@ vcl/source/gdi/mapmod.cxx vcl/source/gdi/metaact.cxx vcl/source/gdi/mtfxmldump.cxx vcl/source/gdi/oldprintadaptor.cxx -vcl/source/gdi/pdfwriter.cxx vcl/source/gdi/pdfwriter_impl.cxx vcl/source/gdi/pdfwriter_impl2.cxx vcl/source/gdi/print.cxx @@ -14745,6 +14744,7 @@ vcl/source/outdev/transparent.cxx vcl/source/outdev/vclreferencebase.cxx vcl/source/outdev/wallpaper.cxx vcl/source/pdf/pdfextoutdevdata.cxx +vcl/source/pdf/pdfwriter.cxx vcl/source/pdf/pwdinteract.cxx vcl/source/text/ImplLayoutRuns.cxx vcl/source/text/textlayout.cxx diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index d66a01b95fcb..d080ee48d921 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -342,7 +342,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/mapmod \ vcl/source/gdi/metaact \ vcl/source/gdi/oldprintadaptor \ - vcl/source/gdi/pdfwriter \ vcl/source/gdi/pdfwriter_impl2 \ vcl/source/gdi/pdfwriter_impl \ vcl/source/gdi/print2 \ @@ -567,6 +566,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/pdf/pdfobjectcopier \ vcl/source/pdf/pdfbuildin_fonts \ vcl/source/pdf/pdfextoutdevdata \ + vcl/source/pdf/pdfwriter \ vcl/source/uitest/logger \ vcl/source/uitest/toolboxitemuiobject \ vcl/source/uitest/toolboxuiobject \ diff --git a/vcl/source/gdi/pdfwriter.cxx b/vcl/source/pdf/pdfwriter.cxx similarity index 100% rename from vcl/source/gdi/pdfwriter.cxx rename to vcl/source/pdf/pdfwriter.cxx commit 251ed5de09f5da8b3d3aa4dfe0c9541bbca61946 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Tue Sep 9 21:52:49 2025 +1000 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Sep 17 09:29:08 2025 +0200 vcl: pdfobjectcopier.cxx from gdi/ to pdf/ directory Change-Id: I654c9650323307f8436399dab18ac621977112df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190710 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 76c55d031971..d66a01b95fcb 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -345,7 +345,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/pdfwriter \ vcl/source/gdi/pdfwriter_impl2 \ vcl/source/gdi/pdfwriter_impl \ - vcl/source/gdi/pdfobjectcopier \ vcl/source/gdi/print2 \ vcl/source/gdi/print3 \ vcl/source/gdi/print \ @@ -565,6 +564,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/pdf/ResourceDict \ vcl/source/pdf/Matrix3 \ vcl/source/pdf/XmpMetadata \ + vcl/source/pdf/pdfobjectcopier \ vcl/source/pdf/pdfbuildin_fonts \ vcl/source/pdf/pdfextoutdevdata \ vcl/source/uitest/logger \ diff --git a/vcl/source/gdi/pdfobjectcopier.cxx b/vcl/source/pdf/pdfobjectcopier.cxx similarity index 100% rename from vcl/source/gdi/pdfobjectcopier.cxx rename to vcl/source/pdf/pdfobjectcopier.cxx