diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-14 08:52:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-14 08:53:17 +0200 |
commit | 8c40d1e70fbbe5e8adf5ca7b234558da67733bf8 (patch) | |
tree | 84ca02238e6761623923abc8633e1d0ffbba08f0 | |
parent | c7623be48628274300f23f9986725bf64cf792ac (diff) |
sort the list
Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2
-rw-r--r-- | wizards/Pyuno_commonwizards.mk | 28 |
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: |