# -*- 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_Zip_Zip,accessoriestemplatescommonpresent,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/presnt)) $(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonpresent,\ $(call gb_UnpackedTarball_get_target,templates-pack) \ )) $(eval $(call gb_Zip_add_files,accessoriestemplatescommonpresent,\ dummy_common_templates.txt \ )) # vim: set noet sw=4 ts=4: 36412556ec'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterBitmapContainer.cxx
AgeCommit message (Expand)Author
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl
2016-04-14loplugin:passstuffbyref in sdextNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-04coverity#982645 bMissingDefaultsToNormal is always trueCaolán McNamara
2013-10-30Remove unnecessary #includesTakeshi Abe