diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-10-02 23:27:33 +0200 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2012-10-02 23:29:14 +0200 |
commit | 58deab04a99ab0ad49d4f33348dc801ca932c0ca (patch) | |
tree | ceb92438beae016afbe77542a6a699cf2ead738e /wizards/Pyuno_commonwizards.mk | |
parent | 7192f0ddaa937f6c63bfffed0b35146a0f97943a (diff) |
pyfax: Add TextElement to makefile
Change-Id: Iddc7ae6ce49d815e05f3f537569434489e3ccf53
Diffstat (limited to 'wizards/Pyuno_commonwizards.mk')
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk index fb7ac105bb84..5653dac67f3c 100644 --- a/wizards/Pyuno_commonwizards.mk +++ b/wizards/Pyuno_commonwizards.mk @@ -46,6 +46,7 @@ $(eval $(call gb_Pyuno_add_files,wizards,\ common/HelpIds.py \ common/NumberFormatter.py \ common/PropertySetHelper.py \ + common/TextElement.py \ document/__init__.py \ document/OfficeDocument.py \ text/__init__.py \ |