office-gobmx/chart2/UIConfig_chart2.mk
Eric Seynaeve edc3bfd558 Adding the dialog for setting stepped lines.
The UI changes still need some more tweaking:
- adjusting the vertical alignment in the splineresourcegroup
- put the images in the radio buttons instead of in front of them

Change-Id: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819
2013-04-13 02:34:29 +02:00

37 lines
1.1 KiB
Makefile

# -*- 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_UIConfig_UIConfig,modules/schart))
$(eval $(call gb_UIConfig_add_menubarfiles,modules/schart,\
chart2/uiconfig/menubar/menubar \
))
$(eval $(call gb_UIConfig_add_statusbarfiles,modules/schart,\
chart2/uiconfig/statusbar/statusbar \
))
$(eval $(call gb_UIConfig_add_toolbarfiles,modules/schart,\
chart2/uiconfig/toolbar/arrowshapes \
chart2/uiconfig/toolbar/basicshapes \
chart2/uiconfig/toolbar/calloutshapes \
chart2/uiconfig/toolbar/drawbar \
chart2/uiconfig/toolbar/flowchartshapes \
chart2/uiconfig/toolbar/standardbar \
chart2/uiconfig/toolbar/starshapes \
chart2/uiconfig/toolbar/symbolshapes \
chart2/uiconfig/toolbar/toolbar \
))
$(eval $(call gb_UIConfig_add_uifiles,modules/schart,\
chart2/uiconfig/ui/smoothlinesdlg \
chart2/uiconfig/ui/steppedlinesdlg \
))
# vim: set noet sw=4 ts=4: