# -*- 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,dbahsql)) $(eval $(call gb_Library_set_include,dbahsql,\ $$(INCLUDE) \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_externals,dbahsql,\ boost_headers \ boost_date_time \ )) $(eval $(call gb_Library_set_precompiled_header,dbahsql,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbahsql)) $(eval $(call gb_Library_use_sdk_api,dbahsql)) $(eval $(call gb_Library_use_libraries,dbahsql,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ dbtools \ ucbhelper \ utl \ tl \ )) $(eval $(call gb_Library_add_exception_objects,dbahsql,\ dbaccess/source/filter/hsqldb/hsqlimport \ dbaccess/source/filter/hsqldb/parseschema \ dbaccess/source/filter/hsqldb/alterparser \ dbaccess/source/filter/hsqldb/createparser \ dbaccess/source/filter/hsqldb/columndef \ dbaccess/source/filter/hsqldb/fbalterparser \ dbaccess/source/filter/hsqldb/fbcreateparser \ dbaccess/source/filter/hsqldb/rowinputbinary \ dbaccess/source/filter/hsqldb/hsqlbinarynode \ dbaccess/source/filter/hsqldb/utils \ )) # vim: set noet sw=4 ts=4: 2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/UITest_search_replace.mk
AgeCommit message (Collapse)Author
2017-04-09add test for tdf#106194Markus Mohrhard
Change-Id: I63ae36e0e218e7e40ed28024d91b0d7a9654e965 Reviewed-on: https://gerrit.libreoffice.org/36305 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:48 +0200
commit607b6ced16e840dc860bbd3ea934816b6e1c6680 (patch)
tree099f69462f3fa6d50ab92f920ccb38f08a104c09 /sax
parentf2966da1111ec0c74177dcb643ecba951f79aa8c (diff)
loplugin:salbool: Automatic rewrite of sal_False/True