diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-11 10:41:17 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-11 16:05:24 -0500 |
commit | 8b13129a700752dcb93b9ebaba4d9177ddb10336 (patch) | |
tree | c323027ee7673438d5625722f0c13699151fe0a3 /wizards | |
parent | 460269a3ad76785a0246312aff85581895df36e9 (diff) |
fix zip file paths
Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |