vcl/Library_vcl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0f78e4b7e9a112b285d66ee8cbbe94768279f6e4 Author: Christopher Sherlock <chris.sherloc...@gmail.com> AuthorDate: Tue Sep 9 21:33:55 2025 +1000 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Thu Sep 11 09:25:29 2025 +0200 vcl: move pdfbuildin_fonts.cxx from gdi to pdf directory Change-Id: I11bec794bb237b967702c516e18b8ebfc95fba2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190701 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 13cf799ffdb9..d0ba4f73c12d 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/pdfbuildin_fonts \ vcl/source/gdi/pdfextoutdevdata \ vcl/source/gdi/pdfwriter \ vcl/source/gdi/pdfwriter_impl2 \ @@ -567,6 +566,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/pdf/ResourceDict \ vcl/source/pdf/Matrix3 \ vcl/source/pdf/XmpMetadata \ + vcl/source/pdf/pdfbuildin_fonts \ vcl/source/uitest/logger \ vcl/source/uitest/toolboxitemuiobject \ vcl/source/uitest/toolboxuiobject \ diff --git a/vcl/source/gdi/pdfbuildin_fonts.cxx b/vcl/source/pdf/pdfbuildin_fonts.cxx similarity index 100% rename from vcl/source/gdi/pdfbuildin_fonts.cxx rename to vcl/source/pdf/pdfbuildin_fonts.cxx