# -*- Mode: makefile; 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/. # # sal_tcwf $(eval $(call gb_CppunitTest_CppunitTest,sal_tcwf)) $(eval $(call gb_CppunitTest_add_exception_objects,sal_tcwf,\ sal/qa/osl/file/test_cpy_wrt_file \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_tcwf,\ sal \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/syspath.hxx
AgeCommit message (Expand)Author
2019-11-13SystemPath does not need to be a classNoel Grandin
2019-11-06make some classes module-privateNoel Grandin
2018-02-02sfx2: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold