# -*- 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 \ )) $(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: ropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/workben
AgeCommit message (Expand)Author
2015-10-02Fix typosAndrea Gelmini
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2014-12-11reduce scope of local variablesMichael Weghorn
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-25Remove visual noise from canvasAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király
2013-02-24CreateFromAscii removal in canvasRicardo Montania