# -*- 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,svl_urihelper)) $(eval $(call gb_CppunitTest_use_external,svl_urihelper,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,svl_urihelper)) $(eval $(call gb_CppunitTest_use_components,svl_urihelper, \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_add_exception_objects,svl_urihelper, \ svl/qa/unit/test_URIHelper \ )) $(eval $(call gb_CppunitTest_use_libraries,svl_urihelper, \ cppu \ cppuhelper \ i18nlangtag \ sal \ svl \ tl \ utl \ )) $(eval $(call gb_CppunitTest_use_ure,svl_urihelper)) $(eval $(call gb_CppunitTest_use_components,svl_urihelper,\ i18npool/util/i18npool \ )) # vim: set noet sw=4 ts=4: alue='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svtools/framestatuslistener.hxx
AgeCommit message (Expand)Author
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/svtoolsNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen