# -*- 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,guesslang)) $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang)) $(eval $(call gb_Library_use_externals,guesslang,\ boost_headers \ libexttextcat \ )) $(eval $(call gb_Library_use_sdk_api,guesslang)) $(eval $(call gb_Library_use_libraries,guesslang,\ cppu \ cppuhelper \ sal \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,guesslang,\ lingucomponent/source/languageguessing/guess \ lingucomponent/source/languageguessing/guesslang \ lingucomponent/source/languageguessing/simpleguesser \ )) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt5/Qt5Painter.cxx
f963b4caea5b200a83be8664d5a3'>sd/sdi
diff options
AgeCommit message (Expand)Author
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-10 18:21:24 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-10 18:21:24 +0200
commite2280d56bfd8f963b4caea5b200a83be8664d5a3 (patch)
treeae636225330f808d1b793f17d2fcc07aa1a90e68 /sd/sdi
parent603694c8c2f44ca225bf373fa1c2d977047c4f70 (diff)
CWS changehid: #i111874#: change code to support HelpIds as byte strings core/commit/ucbhelper?h=feature/gpg4libre-6-0&id=2ccde70d60d3a5074faf49260e8fe0ccdb91ff26'>teach redundantcast plugin about functional castsNoel Grandin 2017-05-28remove unnecessary use of OString::getStrNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-10convert InsertOperation to scoped enumNoel Grandin