[pt_PT] autocorrect - added 22 words
[LibreOffice.git] / wizards / Pyuno_commonwizards.mk
blob577fe6e50a8065b5bb51ff598f9c45e639d44009
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards))
12 $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
13 __init__.py \
14 common/ConfigGroup.py \
15 common/ConfigSet.py \
16 common/Configuration.py \
17 common/Desktop.py \
18 common/FileAccess.py \
19 common/HelpIds.py \
20 common/NoValidPathException.py \
21 common/NumberFormatter.py \
22 common/Properties.py \
23 common/PropertyNames.py \
24 common/Resource.py \
25 common/SystemDialog.py \
26 common/IRenderer.py \
27 common/UCB.py \
28 common/XMLHelper.py \
29 common/XMLProvider.py \
30 common/ListModel.py \
31 common/__init__.py \
32 document/OfficeDocument.py \
33 document/__init__.py \
34 text/TextDocument.py \
35 text/TextElement.py \
36 text/TextFieldHandler.py \
37 text/TextSectionHandler.py \
38 text/__init__.py \
39 ui/ControlScroller.py \
40 ui/DocumentPreview.py \
41 ui/PathSelection.py \
42 ui/PeerConfig.py \
43 ui/UIConsts.py \
44 ui/UnoDialog.py \
45 ui/UnoDialog2.py \
46 ui/WizardDialog.py \
47 ui/__init__.py \
48 ui/event/CommonListener.py \
49 ui/event/DataAware.py \
50 ui/event/ListModelBinder.py \
51 ui/event/RadioDataAware.py \
52 ui/event/UnoDataAware.py \
53 ui/event/SimpleDataAware.py \
54 ui/event/Task.py \
55 ui/event/TaskEvent.py \
56 ui/event/TaskListener.py \
57 ui/event/ListDataEvent.py \
58 ui/event/ListDataListener.py \
59 ui/event/EventListenerList.py \
60 ui/event/__init__.py \
63 # vim:set noet sw=4 ts=4: