/source/ar/svx/

74d'/> 12d343b0cb0387a42646c971f6d8084b9c76874d Change-Id: I47be43c4ac50ee3938dc09d0206132fa7452017c
Change-Id: I47be43c4ac50ee3938dc09d0206132fa7452017c
more exception handling cleanup in Java unit tests 2015-06-09T11:10:42+00:00 Noel Grandin noel@peralex.com 2015-06-09T08:39:00+00:00 0f2007b11b4a0b39bc4e67ade30961f0d533474a Change-Id: I8a826c1b31f99e8d1592f284094ff921ddac74ad
Change-Id: I8a826c1b31f99e8d1592f284094ff921ddac74ad
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
some spelling fixes, mostly in Java code 2015-06-08T12:06:54+00:00 Noel Grandin noel@peralex.com 2015-06-08T12:06:08+00:00 b9dd51782ceba70bda091191349d31767b7bf744 Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
java: add @Override annotation to overriding methods 2014-08-12T07:41:28+00:00 Noel Grandin noel@peralex.com 2014-08-06T06:55:09+00:00 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
java: remove some unused import statements 2014-08-04T11:38:31+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:19:23+00:00 dfd4b94a52698858ad8cd595f98d77bc21a11206 Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3
java: remove some casting in lib.TestParameters#getMSF 2014-08-04T11:38:30+00:00 Noel Grandin noel@peralex.com 2014-08-04T11:16:37+00:00 f493555623fb36bb51e78a4630483271ed36afe7 where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
where the return value is always cast to XMultiServiceFactory,
so just do the cast in the method and avoid noise at the call sites.

Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
*_AppDispatchProvider_get_implementation cannot bypass XInitialization 2014-02-04T10:51:49+00:00 Stephan Bergmann sbergman@redhat.com 2014-02-04T09:16:07+00:00 8f50196ef1ba0cc03904e18cc5b034074f92aa4e ...as SfxAppDispatchProvider implements new-style service css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which looks broken, though) and old-style service css.frame.DispatchProvicer. (And fix the test code to pass in meaningful XInitialization arguments.) Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4
...as SfxAppDispatchProvider implements new-style service
css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which
looks broken, though) and old-style service css.frame.DispatchProvicer.

(And fix the test code to pass in meaningful XInitialization arguments.)

Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4