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-09-18 15:26:54 -05:00
|
|
|
cui/uiconfig/ui/positionpage \
|
2012-09-26 09:31:01 -05:00
|
|
|
cui/uiconfig/ui/specialcharacters \
|
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:
|