/* -*- 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/. */ #ifndef INCLUDED_DRAWINGLAYER_DRAWINGLAYERDLLAPI_H #define INCLUDED_DRAWINGLAYER_DRAWINGLAYERDLLAPI_H #include #if defined(DRAWINGLAYER_DLLIMPLEMENTATION) #define DRAWINGLAYER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #else #define DRAWINGLAYER_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif #define DRAWINGLAYER_DLLPRIVATE SAL_DLLPRIVATE #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_check_data_pilot_table.mk
AgeCommit message (Expand)Author
2022-11-07sc: factor out common code in make filesXisco Fauli
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2018-08-06Remove obsolete (cargo-cult copied) dependenciesJens Carl
2018-03-11extract common components to one place for sc unoapi testsTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl