1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_UIConfig_UIConfig
,modules
/schart
))
12 $(eval
$(call gb_UIConfig_add_menubarfiles
,modules
/schart
,\
13 chart2
/uiconfig
/menubar
/menubar \
16 $(eval
$(call gb_UIConfig_add_statusbarfiles
,modules
/schart
,\
17 chart2
/uiconfig
/statusbar
/statusbar \
20 $(eval
$(call gb_UIConfig_add_toolbarfiles
,modules
/schart
,\
21 chart2
/uiconfig
/toolbar
/arrowshapes \
22 chart2
/uiconfig
/toolbar
/basicshapes \
23 chart2
/uiconfig
/toolbar
/calloutshapes \
24 chart2
/uiconfig
/toolbar
/drawbar \
25 chart2
/uiconfig
/toolbar
/flowchartshapes \
26 chart2
/uiconfig
/toolbar
/standardbar \
27 chart2
/uiconfig
/toolbar
/starshapes \
28 chart2
/uiconfig
/toolbar
/symbolshapes \
29 chart2
/uiconfig
/toolbar
/toolbar \
32 $(eval
$(call gb_UIConfig_add_uifiles
,modules
/schart
,\
33 chart2
/uiconfig
/ui
/smoothlinesdlg \
34 chart2
/uiconfig
/ui
/steppedlinesdlg \
37 # vim: set noet sw=4 ts=4: