2012-08-07 04:53:02 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_UI_UI,cui))
|
|
|
|
|
|
|
|
$(eval $(call gb_UI_add_uifiles,cui,\
|
2012-09-19 16:01:49 -05:00
|
|
|
cui/uiconfig/ui/charnamepage \
|
2012-09-25 07:34:21 -05:00
|
|
|
cui/uiconfig/ui/effectspage \
|
2012-10-04 17:35:19 -05:00
|
|
|
cui/uiconfig/ui/hyphenate \
|
2012-10-26 12:25:26 -05:00
|
|
|
cui/uiconfig/ui/insertfloatingframe \
|
2012-10-11 17:47:56 -05:00
|
|
|
cui/uiconfig/ui/insertoleobject \
|
2012-10-10 16:27:52 -05:00
|
|
|
cui/uiconfig/ui/insertplugin \
|
2012-11-02 10:23:16 -05:00
|
|
|
cui/uiconfig/ui/insertrowcolumn \
|
2012-10-31 07:07:45 -05:00
|
|
|
cui/uiconfig/ui/macroselectordialog \
|
2012-12-13 08:53:00 -06:00
|
|
|
cui/uiconfig/ui/numberformatpage \
|
2012-11-29 06:05:39 -06:00
|
|
|
cui/uiconfig/ui/personalization_tab \
|
2013-01-01 14:30:45 -06:00
|
|
|
cui/uiconfig/ui/pickbulletpage \
|
2012-09-18 15:26:54 -05:00
|
|
|
cui/uiconfig/ui/positionpage \
|
2012-12-13 08:53:00 -06:00
|
|
|
cui/uiconfig/ui/scriptorganizer \
|
2012-11-30 03:37:34 -06:00
|
|
|
cui/uiconfig/ui/select_persona_dialog \
|
2012-09-26 09:31:01 -05:00
|
|
|
cui/uiconfig/ui/specialcharacters \
|
2012-12-21 14:33:57 -06:00
|
|
|
cui/uiconfig/ui/spellingdialog \
|
2012-10-04 05:31:10 -05:00
|
|
|
cui/uiconfig/ui/thesaurus \
|
2012-09-18 10:14:49 -05:00
|
|
|
cui/uiconfig/ui/twolinespage \
|
2012-09-25 07:34:21 -05:00
|
|
|
cui/uiconfig/ui/zoomdialog \
|
2012-08-07 04:53:02 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|