summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport13.mk
blob: 22d8ebe3a1a8a776cdeb96ce571a3eda4c2a8edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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 sw_ooxmlexport_test,13))

# vim: set noet sw=4 ts=4:
utomatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-13remove some useless commentsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-09-14boost->stdCaolán McNamara 2015-08-17tdf#84323: Make osl::Thread::wait more readableStephan Bergmann 2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin 2015-07-08Fix typosAndrea Gelmini 2015-07-03Fix typosAndrea Gelmini 2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin 2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin 2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-09cppcheck: noExplicitConstructorCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini 2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky 2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann