tdf#145842 canceling remote file delete makes file disappear from treeview
[LibreOffice.git] / dbaccess / UIConfig_dbapp.mk
blobd93641d359eb7874782406912c547e9c384c3dc6
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/dbapp))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbapp,\
13 dbaccess/uiconfig/dbapp/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbapp,\
17 dbaccess/uiconfig/dbapp/popupmenu/edit \
18 dbaccess/uiconfig/dbapp/popupmenu/new \
19 dbaccess/uiconfig/dbapp/popupmenu/preview \
22 $(eval $(call gb_UIConfig_add_statusbarfiles,modules/dbapp,\
23 dbaccess/uiconfig/dbapp/statusbar/statusbar \
26 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbapp,\
27 dbaccess/uiconfig/dbapp/toolbar/formobjectbar \
28 dbaccess/uiconfig/dbapp/toolbar/queryobjectbar \
29 dbaccess/uiconfig/dbapp/toolbar/reportobjectbar \
30 dbaccess/uiconfig/dbapp/toolbar/tableobjectbar \
31 dbaccess/uiconfig/dbapp/toolbar/toolbar \
34 # vim: set noet sw=4 ts=4: