2012-10-05 06:18:07 -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,sfx))
|
|
|
|
|
|
|
|
$(eval $(call gb_UI_add_uifiles,sfx,\
|
2012-11-07 08:18:59 -06:00
|
|
|
sfx2/uiconfig/ui/checkin \
|
2012-12-18 03:04:43 -06:00
|
|
|
sfx2/uiconfig/ui/descriptioninfopage \
|
2012-12-17 05:18:13 -06:00
|
|
|
sfx2/uiconfig/ui/documentinfopage \
|
2012-10-05 06:18:07 -05:00
|
|
|
sfx2/uiconfig/ui/password \
|
2012-12-06 11:18:39 -06:00
|
|
|
sfx2/uiconfig/ui/printeroptionsdialog \
|
2012-12-11 09:37:33 -06:00
|
|
|
sfx2/uiconfig/ui/templatemanagementdialog \
|
2012-10-05 06:18:07 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|