# -*- 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_CppunitScreenShot,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,dbaccess_dialogs_test, \ dbaccess/qa/unit/dbaccess-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,dbaccess_dialogs_test,\ -I$(SRCDIR)/dbaccess/source/inc \ -I$(SRCDIR)/dbaccess/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,dbaccess_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,dbaccess_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,dbaccess_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,dbaccess_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,dbaccess_dialogs_test,\ dbaccess \ )) # vim: set noet sw=4 ts=4: e-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-28 14:55:43 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-29 11:34:33 +0000
commitdd9c97d587d2a295d44e8685d253d30542a2c85a (patch)
tree8736a3552ac8c56fc9102a6518072c68295c4a25 /chart2
parent05bd5b46ea659df95fb6f0c895c090629b541e0f (diff)
fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'chart2')