/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #pragma once #include namespace configmgr { class Components; struct Data; } namespace configmgr::dconf { void readLayer(Data & data, int layer); void writeModifications(Components & components, Data & data); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ m'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/CppunitTest_sax_parser.mk
AgeCommit message (Expand)Author
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-07-15new loplugin unnecessary overrideNoel Grandin
2014-09-22sax: Tabify makefiles to be more consistentMatúš Kukan
2014-09-19Use FastSaxParser directlyMatúš Kukan
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan
2014-06-04DeInitVCL at end of testsStephan Bergmann
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-10-17sax_parser: needs also boost_headersMatúš Kukan
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan