odk/Package_examples.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit 8b64d01f17d12e62b6456cc90ec7df00a591cd76 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Jul 29 12:52:14 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 29 16:35:39 2025 +0200 tdf#167707: add missing Python examples in api Change-Id: I1803e682da38386479874ad3ff58d20ba7efd169 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188524 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/odk/Package_examples.mk b/odk/Package_examples.mk index 82fc78c93c2e..fa72732d2ba5 100644 --- a/odk/Package_examples.mk +++ b/odk/Package_examples.mk @@ -606,6 +606,18 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples, python/DocumentHandling/DocumentSaver.py \ python/DocumentHandling/README.md \ python/DocumentHandling/tests/hello.odt \ + python/Text/BookmarkInsertion.py \ + python/Text/GraphicsInserter.py \ + python/Text/HardFormatting.py \ + python/Text/StyleCreation.py \ + python/Text/StyleInitialization.py \ + python/Text/SWriter.py \ + python/Text/TextDocumentStructure.py \ + python/Text/TextReplace.py \ + python/Text/WriterSelector.py \ + python/Spreadsheet/ChartTypeChange.py \ + python/Spreadsheet/EuroAdaption.py \ + python/Spreadsheet/SCalc.py \ python/Drawing/SDraw.py \ ))