connectivity: fix return column type "DataType::SQLNULL"
[LibreOffice.git] / wizards / Pyuno_commonwizards.mk
blob1c139950d96393be7a4d63576ef1e55810e5996a
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/strings.hrc \
15 common/ConfigGroup.py \
16 common/ConfigSet.py \
17 common/Configuration.py \
18 common/Desktop.py \
19 common/FileAccess.py \
20 common/HelpIds.py \
21 common/NoValidPathException.py \
22 common/NumberFormatter.py \
23 common/Properties.py \
24 common/PropertyNames.py \
25 common/SystemDialog.py \
26 common/IRenderer.py \
27 common/UCB.py \
28 common/ListModel.py \
29 common/__init__.py \
30 document/OfficeDocument.py \
31 document/__init__.py \
32 text/TextDocument.py \
33 text/TextElement.py \
34 text/TextFieldHandler.py \
35 text/TextSectionHandler.py \
36 text/__init__.py \
37 ui/ControlScroller.py \
38 ui/DocumentPreview.py \
39 ui/PathSelection.py \
40 ui/PeerConfig.py \
41 ui/UIConsts.py \
42 ui/UnoDialog.py \
43 ui/UnoDialog2.py \
44 ui/WizardDialog.py \
45 ui/__init__.py \
46 ui/event/CommonListener.py \
47 ui/event/DataAware.py \
48 ui/event/ListModelBinder.py \
49 ui/event/RadioDataAware.py \
50 ui/event/UnoDataAware.py \
51 ui/event/Task.py \
52 ui/event/TaskEvent.py \
53 ui/event/TaskListener.py \
54 ui/event/EventListenerList.py \
55 ui/event/__init__.py \
58 # vim:set noet sw=4 ts=4: