# -*- 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_Package_Package,oox_generated,$(call gb_CustomTarget_get_workdir,oox/generated))) $(eval $(call gb_Package_add_files,oox_generated,$(LIBO_SHARE_FOLDER)/filter,\ misc/oox-drawingml-adj-names \ misc/vml-shape-types \ )) # vim: set noet sw=4 ts=4: re
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.cxx
AgeCommit message (Expand)Author
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin
2014-07-08WaE: C4754Tor Lillqvist
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from storeAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold