# -*- 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_JunitTest_JunitTest,ridljar_util)) $(eval $(call gb_JunitTest_use_jars,ridljar_util,\ OOoRunner \ libreoffice \ )) $(eval $(call gb_JunitTest_add_sourcefiles,ridljar_util,\ ridljar/test/com/sun/star/lib/util/NativeLibraryLoader_Test \ ridljar/test/com/sun/star/lib/util/WeakMap_Test \ )) $(eval $(call gb_JunitTest_add_classes,ridljar_util,\ com.sun.star.lib.util.NativeLibraryLoader_Test \ com.sun.star.lib.util.WeakMap_Test \ )) # vim:set noet sw=4 ts=4: ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-06-20Resolves: tdf#92503 introduce TimeZone to calendar loading and default to UTCEike Rathke
2019-06-19tdf#45904 Move XShape Java tests to C++Jens Carl
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-18tdf#111707 Add 'Remove Hyperlink' to context menu in ImpressSamuel Mehrbrodt
2019-06-18Fix typosAndrea Gelmini
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen
2019-06-18tdf#45904 Move XGluePointsSupplier Java test to C++Jens Carl
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-17tdf#45904 Move XShapeDescriptor Java test to C++Jens Carl
2019-06-16Reload Notebookbar, when customization is being done.Sumit Chauhan
2019-06-15fix copy/paste mistake in TOOLS_INFO_EXCEPTIONNoel Grandin
2019-06-14mpViewWindow is always null nowCaolán McNamara
2019-06-14remove some unused includesCaolán McNamara
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara
2019-06-14loplugin:unusedmethodsNoel Grandin
2019-06-14disable 'quit' menu entry when modal dialog waiting responseCaolán McNamara
2019-06-14loplugin:unusedfields improvementsNoel Grandin
2019-06-14tdf#42949 Fix IWYU warnings in include/svx/sidebar/*Gabor Kelemen
2019-06-14add TOOLS_WARN_EXCEPTION,etc macrosNoel Grandin
2019-06-14Refactoring - Converting private methods to static non-member methodsSumit Chauhan
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski
2019-06-13unopkg gui crashes on shutdownCaolán McNamara