From 8c40d1e70fbbe5e8adf5ca7b234558da67733bf8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 14 Apr 2013 08:52:31 +0200 Subject: sort the list Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2 --- wizards/Pyuno_commonwizards.mk | 28 ++++++++++++++-------------- 1 file 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: -- cgit