2012-10-09 07:23:12 -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,svt))
|
|
|
|
|
|
|
|
$(eval $(call gb_UI_add_uifiles,svt,\
|
|
|
|
svtools/uiconfig/ui/graphicexport \
|
2012-11-13 04:14:24 -06:00
|
|
|
svtools/uiconfig/ui/placeedit \
|
2012-12-05 04:11:53 -06:00
|
|
|
svtools/uiconfig/ui/printersetupdialog \
|
2012-11-27 05:40:15 -06:00
|
|
|
svtools/uiconfig/ui/restartdialog \
|
2012-10-09 07:23:12 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|