# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # 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_Package_Package,unoembind,$(gb_CustomTarget_workdir)/static/unoembind)) $(eval $(call gb_Package_use_custom_target,unoembind,static/unoembind)) $(eval $(call gb_Package_add_files,unoembind,$(LIBO_BIN_FOLDER), \ bindings_uno.js \ )) # vim: set noet sw=4 ts=4: '> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/authfld.hxx
AgeCommit message (Expand)Author
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon