# -*- 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/. # .PHONY: compilerplugins compilerplugins-clean ifeq ($(COMPILER_PLUGINS),) # no support compilerplugins: compilerplugins-clean: compilerplugins.clean: else ifeq ($(COM_GCC_IS_CLANG),TRUE) include $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins.clean: compilerplugins-clean endif endif # vim: set noet sw=4 ts=4: m'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleControlShape.hxx
AgeCommit message (Expand)Author
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-06-05svx: remove SAL_THROW macroNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-27Integrate branch of IAccessible2Steve Yin
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold