# -*- 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_CppunitTest,vcl_filters_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_filters_test, \ vcl/qa/cppunit/graphicfilter/filters-test \ )) ifeq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_CppunitTest_add_defs,vcl_filters_test,\ -DDISABLE_CVE_TESTS \ )) endif $(eval $(call gb_CppunitTest_use_external,vcl_filters_test,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,vcl_filters_test, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_api,vcl_filters_test,\ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_ure,vcl_filters_test)) $(eval $(call gb_CppunitTest_use_components,vcl_filters_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_filters_test)) # vim: set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlghelper.src
AgeCommit message (Collapse)Author
2013-03-25fdo#60780, Save a Copy wipÁdám Csaba Király
GUIStoreModel now correctly calls storeToUrl instead of storeAsUrl, when saving a copy. Dialog title is correctly set. TODO: - Write help Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2012-06-27Reduce newline bloat at eofThomas Arnhold
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce