# -*- 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_Library_Library,updatefeed)) $(eval $(call gb_Library_set_componentfile,updatefeed,extensions/source/update/feed/updatefeed)) $(eval $(call gb_Library_use_externals,updatefeed, \ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,updatefeed)) $(eval $(call gb_Library_use_libraries,updatefeed,\ cppuhelper \ cppu \ sal \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,updatefeed,\ extensions/source/update/feed/updatefeed \ )) # vim:set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/expfld.hxx
AgeCommit message (Expand)Author
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-04-06Indentation fixesMiklos Vajna
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin