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_UIConfig_UIConfig
,sfx
))
12 $(eval
$(call gb_UIConfig_add_uifiles
,sfx
,\
13 sfx2
/uiconfig
/ui
/checkin \
14 sfx2
/uiconfig
/ui
/custominfopage \
15 sfx2
/uiconfig
/ui
/descriptioninfopage \
16 sfx2
/uiconfig
/ui
/documentinfopage \
17 sfx2
/uiconfig
/ui
/documentpropertiesdialog \
18 sfx2
/uiconfig
/ui
/licensedialog \
19 sfx2
/uiconfig
/ui
/managestylepage \
20 sfx2
/uiconfig
/ui
/optprintpage \
21 sfx2
/uiconfig
/ui
/password \
22 sfx2
/uiconfig
/ui
/printeroptionsdialog \
23 sfx2
/uiconfig
/ui
/querysavedialog \
24 sfx2
/uiconfig
/ui
/securityinfopage \
25 sfx2
/uiconfig
/ui
/singletabdialog \
26 sfx2
/uiconfig
/ui
/documentfontspage \
29 # vim: set noet sw=4 ts=4: