Kaydet (Commit) 8c40d1e7 authored tarafından David Tardon's avatar David Tardon

sort the list

Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2
üst c7623be4
...@@ -29,42 +29,42 @@ $(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizard ...@@ -29,42 +29,42 @@ $(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizard
$(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\ $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
__init__.py \ __init__.py \
common/__init__.py \
common/ConfigGroup.py \ common/ConfigGroup.py \
common/ConfigSet.py \
common/Configuration.py \ common/Configuration.py \
common/Desktop.py \
common/FileAccess.py \ common/FileAccess.py \
common/Properties.py \ common/HelpIds.py \
common/Resource.py \
common/NoValidPathException.py \ common/NoValidPathException.py \
common/NumberFormatter.py \
common/Properties.py \
common/PropertyNames.py \ common/PropertyNames.py \
common/Resource.py \
common/SystemDialog.py \ common/SystemDialog.py \
common/ConfigSet.py \ common/__init__.py \
common/Desktop.py \
common/HelpIds.py \
common/NumberFormatter.py \
text/TextElement.py \
document/__init__.py \
document/OfficeDocument.py \ document/OfficeDocument.py \
text/__init__.py \ document/__init__.py \
text/TextDocument.py \ text/TextDocument.py \
text/TextElement.py \
text/TextFieldHandler.py \ text/TextFieldHandler.py \
text/TextSectionHandler.py \ text/TextSectionHandler.py \
ui/__init__.py \ text/__init__.py \
ui/ControlScroller.py \ ui/ControlScroller.py \
ui/DocumentPreview.py \
ui/ImageList.py \ ui/ImageList.py \
ui/PathSelection.py \ ui/PathSelection.py \
ui/UnoDialog.py \
ui/DocumentPreview.py \
ui/PeerConfig.py \ ui/PeerConfig.py \
ui/UIConsts.py \ ui/UIConsts.py \
ui/UnoDialog.py \
ui/UnoDialog2.py \ ui/UnoDialog2.py \
ui/WizardDialog.py \ ui/WizardDialog.py \
ui/event/__init__.py \ ui/__init__.py \
ui/event/CommonListener.py \ ui/event/CommonListener.py \
ui/event/DataAware.py \ ui/event/DataAware.py \
ui/event/ListModelBinder.py \ ui/event/ListModelBinder.py \
ui/event/RadioDataAware.py \ ui/event/RadioDataAware.py \
ui/event/UnoDataAware.py \ ui/event/UnoDataAware.py \
ui/event/__init__.py \
)) ))
# vim:set noet sw=4 ts=4: # vim:set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment