RepositoryModule_host.mk | 2 +- canvas/source/tools/surfaceproxymanager.cxx | 2 +- include/vcl/pdfextoutdevdata.hxx | 2 +- include/vcl/pdfwriter.hxx | 2 +- xmloff/source/forms/eventexport.cxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 6a4a4a8f44ddd6b9c01d961360ced1ef9581aaa5 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 8 22:27:44 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Feb 9 12:06:38 2026 +0100 Fix "is build"->"is built" Change-Id: Ic85f6bd9a152eeaf5cef15570899d491e864d8d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198921 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index bb5add564c0c..21262e298292 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -221,7 +221,7 @@ endef # DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order, # otherwise cyclic dependencies ruin everything. # do not serialize on a partial build as that may fail due to missing deps. -# the default goal is build (see Module.mk) +# the default goal is built (see Module.mk) ifeq (,$(filter-out build check unitcheck slowcheck screenshot subsequentcheck uicheck coverage,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ diff --git a/canvas/source/tools/surfaceproxymanager.cxx b/canvas/source/tools/surfaceproxymanager.cxx index b60c5ecb485b..2c490bf53359 100644 --- a/canvas/source/tools/surfaceproxymanager.cxx +++ b/canvas/source/tools/surfaceproxymanager.cxx @@ -37,7 +37,7 @@ namespace canvas { } - /** the whole idea is build around the concept that you create + /** the whole idea is built around the concept that you create some arbitrary buffer which contains the image data and tell the texture manager about it. from there on you can draw this image using any kind of graphics api you want. diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index 50e1c554ce8a..fe332670c87a 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -357,7 +357,7 @@ public: of the PDF - the basis for tagged PDF. Structural elements are implemented using marked content tags. Each structural element can contain sub elements (e.g. a section can contain a heading and a paragraph). The structure hierarchy - is build automatically from the Begin/EndStructureElement calls. + is built automatically from the Begin/EndStructureElement calls. The easy way is to call WrapBeginStructureElement, but it's also possible to call EnsureStructureElement/InitStructureElement/BeginStructureElement diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index ad0e494c2a54..38b14491bad9 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -1120,7 +1120,7 @@ public: of the PDF - the basis for tagged PDF. Structural elements are implemented using marked content tags. Each structural element can contain sub elements (e.g. a section can contain a heading and a paragraph). The structure hierarchy - is build automatically from the Begin/EndStructureElement calls. + is built automatically from the Begin/EndStructureElement calls. The easy way is to call WrapBeginStructureElement, but it's also possible to call EnsureStructureElement/InitStructureElement/BeginStructureElement diff --git a/xmloff/source/forms/eventexport.cxx b/xmloff/source/forms/eventexport.cxx index 6772a2bcec4d..4636e2315073 100644 --- a/xmloff/source/forms/eventexport.cxx +++ b/xmloff/source/forms/eventexport.cxx @@ -38,7 +38,7 @@ namespace xmloff OUString sLibrary, sLocalMacroName; for (const auto& rEvent : _rEvents) { - // the name of the event is build from listener interface and listener method name + // the name of the event is built from listener interface and listener method name OUString sName = rEvent.ListenerType + EVENT_NAME_SEPARATOR + rEvent.EventMethod;
