diff options
author | Chenxiong Qi <qcxhome@gmail.com> | 2022-09-14 09:29:25 +0800 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-10-13 15:41:40 +0200 |
commit | 665d1633c9e08da85fae179e62923211bc07c480 (patch) | |
tree | cd6d451f6b57b21f086278be851ae8b69fe0f57f /odk/Package_examples.mk | |
parent | 5956cecdf61846671f7d028ad60623e1e840ad3f (diff) |
tdf#143123 port DocumentHandling examples to Python
This port keeps the similarity with Java ones as much as possible.
examples.html is also updated by adding the Python examples.
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
Change-Id: I2af26aaf42f5408bf254a4e0507442200f843661
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139887
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk/Package_examples.mk')
-rw-r--r-- | odk/Package_examples.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/odk/Package_examples.mk b/odk/Package_examples.mk index 6749bcdcc798..457aea37e166 100644 --- a/odk/Package_examples.mk +++ b/odk/Package_examples.mk @@ -541,6 +541,12 @@ $(eval $(call gb_Package_add_files_with_dir,odk_examples,$(SDKDIRNAME)/examples, python/toolpanel/toolpanel.component \ python/toolpanel/toolpanel.py \ python/toolpanel/toolpanels/poc.xdl \ + python/DocumentHandling/DocumentConverter.py \ + python/DocumentHandling/DocumentLoader.py \ + python/DocumentHandling/DocumentPrinter.py \ + python/DocumentHandling/DocumentSaver.py \ + python/DocumentHandling/README.md \ + python/DocumentHandling/tests/hello.odt \ )) # vim: set noet sw=4 ts=4: |