# -*- 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_CppunitTest_CppunitTest,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_docbookexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_docbookexport, \ sw/qa/extras/docbookexport/docbookexport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_docbookexport, \ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ sfx \ subsequenttest \ sw \ swqahelper \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_docbookexport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_docbookexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_docbookexport,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_rdb,sw_docbookexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_docbookexport)) $(eval $(call gb_CppunitTest_use_packages,sw_docbookexport,\ filter_docbook \ )) # vim: set noet sw=4 ts=4: ffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmloff/xmluconv.hxx
AgeCommit message (Collapse)Author
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
Bin pointless '// predeclarations' or '// forward declarations' comments. If a programmer doesn't know what a forward declaration is, well, why read C++ source code? Also bin some pointless '// end of namespace foo' comments after namespace blocks just a handful of lines long, and some superfluous vertical whitespace. Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
2015-04-07loplugin:staticmethodsNoel Grandin
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
2015-02-17boost->stdCaolán McNamara
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
2014-11-12typo: represant->representAndras Timar
Change-Id: If783e9338644a97206d99864ed19807e5fb3882d
2014-10-01fdo#82577: Handle TimeNoel Grandin
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
Change-Id: I8baa6c0573af3629bacbf1891c3196c165883d9e