# -*- 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_Executable_Executable,vcldemo)) $(eval $(call gb_Executable_use_api,vcldemo,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,vcldemo,boost_headers)) $(eval $(call gb_Executable_set_include,vcldemo,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/solenv/inc \ )) $(eval $(call gb_Executable_use_libraries,vcldemo,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,vcldemo,\ vcl/workben/vcldemo \ )) # vim: set noet sw=4 ts=4: 'aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessibleViewForwarder.cxx
AgeCommit message (Expand)Author
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2015-11-23loplugin:unusedfields in sd/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-07-07Fix some misspellingsTor Lillqvist
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-09-23Fix build breakages with gcc 4.7. It doesn't like '<::'.Kohei Yoshida
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni