diff options
-rw-r--r-- | libexttextcat/Zip_fingerprint.mk | 2 | ||||
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexttextcat/Zip_fingerprint.mk b/libexttextcat/Zip_fingerprint.mk index a5a014242a4f..05e77b72724e 100644 --- a/libexttextcat/Zip_fingerprint.mk +++ b/libexttextcat/Zip_fingerprint.mk @@ -30,7 +30,7 @@ $(eval $(call gb_Zip_Zip,fingerprint,$(call gb_UnpackedTarball_get_dir,exttextca $(eval $(call gb_Zip_use_unpacked,fingerprint,exttextcat)) $(eval $(call gb_Zip_add_files,fingerprint,\ - langclass/fpdb.conf \ + fpdb.conf \ LM/*.lm \ )) diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk index ae0224d2b2ec..e7c34bd70e0b 100644 --- a/wizards/Pyuno_commonwizards.mk +++ b/wizards/Pyuno_commonwizards.mk @@ -46,7 +46,7 @@ $(eval $(call gb_Pyuno_add_files,wizards,\ common/HelpIds.py \ common/NumberFormatter.py \ common/PropertySetHelper.py \ - common/TextElement.py \ + text/TextElement.py \ document/__init__.py \ document/OfficeDocument.py \ text/__init__.py \ |