# -*- 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/. # # Major Contributor(s): # Copyright (C) 2012 Radu Ioan (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. $(eval $(call gb_CppunitTest_CppunitTest,sal_rtl_uri)) $(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_uri,\ sal/qa/rtl/uri/rtl_Uri \ sal/qa/rtl/uri/rtl_testuri \ )) $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_uri,\ sal \ $(gb_UWINAPI) \ )) # The test uses O(U)String capabilities that dlopen this lib $(call gb_CppunitTest_get_target,sal_rtl_uri) : \ $(call gb_Library_get_target,sal_textenc) # vim: set noet sw=4 ts=4: zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/linepropertiescontext.hxx
AgeCommit message (Collapse)Author
2017-11-01loplugin:finalclasses in ooxNoel Grandin
Change-Id: I12c274877a0975971863456e9abdcb811ee2bd80 Reviewed-on: https://gerrit.libreoffice.org/44133 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-07-31loplugin:constparams in ooxNoel Grandin
Change-Id: I43984b4ece82da39ca61a91fa14e4660298509dd Reviewed-on: https://gerrit.libreoffice.org/40581 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>