summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-14 08:52:31 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-14 08:53:17 +0200
commit8c40d1e70fbbe5e8adf5ca7b234558da67733bf8 (patch)
tree84ca02238e6761623923abc8633e1d0ffbba08f0 /wizards
parentdrop duplicate entry (diff)
downloadcore-8c40d1e70fbbe5e8adf5ca7b234558da67733bf8.tar.gz
core-8c40d1e70fbbe5e8adf5ca7b234558da67733bf8.zip
sort the list
Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2
Diffstat (limited to 'wizards')
-rw-r--r--wizards/Pyuno_commonwizards.mk28
1 files changed, 14 insertions, 14 deletions
diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index ed35889fa9ad..6dee945f7c91 100644
--- a/wizards/Pyuno_commonwizards.mk
+++ b/wizards/Pyuno_commonwizards.mk
@@ -29,42 +29,42 @@ $(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizard
$(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
__init__.py \
- common/__init__.py \
common/ConfigGroup.py \
+ common/ConfigSet.py \
common/Configuration.py \
+ common/Desktop.py \
common/FileAccess.py \
- common/Properties.py \
- common/Resource.py \
+ common/HelpIds.py \
common/NoValidPathException.py \
+ common/NumberFormatter.py \
+ common/Properties.py \
common/PropertyNames.py \
+ common/Resource.py \
common/SystemDialog.py \
- common/ConfigSet.py \
- common/Desktop.py \
- common/HelpIds.py \
- common/NumberFormatter.py \
- text/TextElement.py \
- document/__init__.py \
+ common/__init__.py \
document/OfficeDocument.py \
- text/__init__.py \
+ document/__init__.py \
text/TextDocument.py \
+ text/TextElement.py \
text/TextFieldHandler.py \
text/TextSectionHandler.py \
- ui/__init__.py \
+ text/__init__.py \
ui/ControlScroller.py \
+ ui/DocumentPreview.py \
ui/ImageList.py \
ui/PathSelection.py \
- ui/UnoDialog.py \
- ui/DocumentPreview.py \
ui/PeerConfig.py \
ui/UIConsts.py \
+ ui/UnoDialog.py \
ui/UnoDialog2.py \
ui/WizardDialog.py \
- ui/event/__init__.py \
+ ui/__init__.py \
ui/event/CommonListener.py \
ui/event/DataAware.py \
ui/event/ListModelBinder.py \
ui/event/RadioDataAware.py \
ui/event/UnoDataAware.py \
+ ui/event/__init__.py \
))
# vim:set noet sw=4 ts=4: