# -*- 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_Library_Library,sdd)) $(eval $(call gb_Library_set_include,sdd,\ $$(INCLUDE) \ -I$(SRCDIR)/sd/inc \ )) $(eval $(call gb_Library_use_external,sdd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,sdd)) $(eval $(call gb_Library_use_libraries,sdd,\ comphelper \ cppu \ cppuhelper \ sal \ sfx \ sot \ tl \ utl \ vcl \ )) $(eval $(call gb_Library_set_componentfile,sdd,sd/util/sdd)) $(eval $(call gb_Library_use_common_precompiled_header,sdd)) $(eval $(call gb_Library_add_exception_objects,sdd,\ sd/source/ui/unoidl/sddetect \ )) # vim: set noet sw=4 ts=4: N/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui
AgeCommit message (Expand)Author
2021-01-15replace stock button labelsCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2018-03-07make all the .ui message dialogs explicitly modalCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2018-02-22weld native message dialogsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2014-11-05HIG fixes for svxAdolfo Jayme Barrientos
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-07-09tweak conversion a bitCaolán McNamara