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_UI_UI
,cui
))
12 $(eval
$(call gb_UI_add_uifiles
,cui
,\
13 cui
/uiconfig
/ui
/charnamepage \
14 cui
/uiconfig
/ui
/effectspage \
15 cui
/uiconfig
/ui
/hyphenate \
16 cui
/uiconfig
/ui
/insertfloatingframe \
17 cui
/uiconfig
/ui
/insertoleobject \
18 cui
/uiconfig
/ui
/insertplugin \
19 cui
/uiconfig
/ui
/insertrowcolumn \
20 cui
/uiconfig
/ui
/scriptorganizer \
21 cui
/uiconfig
/ui
/macroselectordialog \
22 cui
/uiconfig
/ui
/personalization_tab \
23 cui
/uiconfig
/ui
/positionpage \
24 cui
/uiconfig
/ui
/select_persona_dialog \
25 cui
/uiconfig
/ui
/specialcharacters \
26 cui
/uiconfig
/ui
/thesaurus \
27 cui
/uiconfig
/ui
/twolinespage \
28 cui
/uiconfig
/ui
/zoomdialog \
31 # vim: set noet sw=4 ts=4: