Revert "lok: sc: make hi-dpi/zoom compatible with retrieving cell cursor"
[LibreOffice.git] / jurt / JunitTest_connections.mk
blob5887c2570644c1319a80b7af40b68e6f779efd07
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_JunitTest_JunitTest,jurt_connections))
12 $(eval $(call gb_JunitTest_use_jars,jurt_connections,\
13 ridl \
16 $(eval $(call gb_JunitTest_use_jar_classset,jurt_connections,jurt))
18 $(eval $(call gb_JunitTest_add_sourcefiles,jurt_connections,\
19 jurt/test/com/sun/star/comp/connections/PipedConnection_Test \
22 $(eval $(call gb_JunitTest_add_classes,jurt_connections,\
23 com.sun.star.comp.connections.PipedConnection_Test \
26 # vim:set noet sw=4 ts=4: