summaryrefslogtreecommitdiff
path: root/wizards/Jar_commonwizards.mk
diff options
context:
space:
mode:
authorIstvan Turi <turipista@freemail.hu>2012-08-24 21:47:16 +0200
committerAndras Timar <atimar@suse.com>2012-08-24 21:53:39 +0200
commit1b7c88ab4d6aaa79c484bcb179e5b2f296654462 (patch)
tree351a3b9acb4237fdfe7a114f199b4d20c9863a62 /wizards/Jar_commonwizards.mk
parenta581d31b227623e09d2970a91214fda398f98eda (diff)
translate fax/letter/agenda/report templates runtime
Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
Diffstat (limited to 'wizards/Jar_commonwizards.mk')
-rw-r--r--wizards/Jar_commonwizards.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/wizards/Jar_commonwizards.mk b/wizards/Jar_commonwizards.mk
index ee3d68c3ddad..7efdc96947b4 100644
--- a/wizards/Jar_commonwizards.mk
+++ b/wizards/Jar_commonwizards.mk
@@ -67,6 +67,10 @@ $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\
wizards/com/sun/star/wizards/common/PropertySetHelper \
wizards/com/sun/star/wizards/common/NumericalHelper \
wizards/com/sun/star/wizards/common/NamedValueCollection \
+ wizards/com/sun/star/wizards/common/ParaStyled \
+ wizards/com/sun/star/wizards/common/PlaceholderTextElement \
+ wizards/com/sun/star/wizards/common/TemplateElement \
+ wizards/com/sun/star/wizards/common/TextElement \
wizards/com/sun/star/wizards/db/DBMetaData \
wizards/com/sun/star/wizards/db/CommandMetaData \
wizards/com/sun/star/wizards/db/QueryMetaData \