tdf#146236 Hide Columns section in sidebar of Writer images
[LibreOffice.git] / dbaccess / UIConfig_dbtdata.mk
blob2f8cb3f6263d86db1e20cd6a696d803448f3760b
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/dbtdata))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbtdata,\
13 dbaccess/uiconfig/dbtdata/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_popupmenufiles,modules/dbtdata,\
17 dbaccess/uiconfig/dbtdata/popupmenu/refreshdata \
20 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbtdata,\
21 dbaccess/uiconfig/dbtdata/toolbar/toolbar \
24 # vim: set noet sw=4 ts=4: