# -*- 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,sc_cellsobj)) $(eval $(call gb_CppunitTest_use_external,sc_cellsobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsobj, \ sc/qa/extras/sccellsobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_cellsobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_cellsobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_cellsobj)) $(eval $(call gb_CppunitTest_use_ure,sc_cellsobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_cellsobj)) $(eval $(call gb_CppunitTest_use_components,sc_cellsobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_cellsobj)) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-01 16:30:15 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-01 16:30:15 +1100
commit60676b3b376d5f3f6fb29fa68c34117c2149bbec (patch)
treeda4aca0417f26f52333181ab059ebc079f0cab04 /vcl/inc
parenta27fac3b8f2bae18f62bab315051732df1bb29ab (diff)
vcl: Get rid of FontMatchStatus structure
It's used exactly once, as a parameter of PhysicalFontFace::IsBetterMatch()'s function signature. That parameter only acts as input, so I think this is a case of YAGNI creeping into the code, thus I'm getting rid of it. Change-Id: Ic5e24f484d652ba2196e512795d0d27f4239df30