# -*- 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_Package_Package,extras_tplwizagenda,$(SRCDIR)/extras/source/templates/wizard/agenda)) $(eval $(call gb_Package_add_files,extras_tplwizagenda,$(LIBO_SHARE_FOLDER)/template/common/wizard/agenda,\ 10grey.ott \ 1simple.ott \ 2elegant.ott \ 3modern.ott \ 4classic.ott \ 5blue.ott \ 6orange.ott \ 7red.ott \ 8green.ott \ 9colorful.ott \ aw-10grey.ott \ aw-1simple.ott \ aw-2elegant.ott \ aw-3modern.ott \ aw-4classic.ott \ aw-5blue.ott \ aw-6orange.ott \ aw-7red.ott \ aw-8green.ott \ aw-9colorful.ott \ )) # vim: set noet sw=4 ts=4: t;ashnakash@gmail.com> java:remove more unnecessary catch/re-throw 2015-06-11T12:52:06+00:00 Noel Grandin noel@peralex.com 2015-06-09T13:24:08+00:00 3bd57cc2c0cabf33799edc57d3dd1c90c7857ecd Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95 Reviewed-on: https://gerrit.libreoffice.org/16203 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95
Reviewed-on: https://gerrit.libreoffice.org/16203
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
remove some unnecessary exception wrapping in the Java tests 2015-06-09T09:34:31+00:00 Noel Grandin noel@peralex.com 2015-06-09T06:52:12+00:00 2a0dda3dfb37f0cb69842f7d569c253d82f53713 Modify createTestEnvironment so that it throws Exception. This is appropriate for unit testing. The wrapping adds no value and the calling method already has a catch(Exception) to handle anything. Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192
Modify createTestEnvironment so that it throws Exception. This
is appropriate for unit testing.
The wrapping adds no value and the calling method already has
a catch(Exception) to handle anything.

Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192