From 420923ba76ad84892fd242ed37be9d85e1ea03fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:23:08 +0200 Subject: Fix typos Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- idlc/test/typelookup.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'idlc/test/typelookup.idl') diff --git a/idlc/test/typelookup.idl b/idlc/test/typelookup.idl index 081bddcae17d..6564cdafc12f 100644 --- a/idlc/test/typelookup.idl +++ b/idlc/test/typelookup.idl @@ -48,15 +48,15 @@ struct BaseStruct byte m3; /// a type member type m4; - /// a enum member, Error in moudle idlc::test + /// a enum member, Error in module idlc::test Error m5; /// a typedef member, global Error (typedef short) ::Error m6; - /// a typedef member, Error in moudle idlc (typedef long) + /// a typedef member, Error in module idlc (typedef long) ::idlc::Error m7; - /// a typedef member, Error in moudle idlc (typedef long) + /// a typedef member, Error in module idlc (typedef long) idlc::Error m8; - /// a enum member, Error in moudle idlc::test + /// a enum member, Error in module idlc::test test::Error m9; }; -- cgit ' type='text/html' href='https://go.suokunlong.cn:88/cgit/lo/core/commit/?id=3bd57cc2c0cabf33799edc57d3dd1c90c7857ecd'/> 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>
there is no need to synchronize createTestEnvironment 2015-06-09T11:10:42+00:00 Noel Grandin noel@peralex.com 2015-06-09T08:13:12+00:00 cc190ef25fb31325b1d3e0dd050e32feef567543 the only caller of these methods is already synchronized Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50
the only caller of these methods is already synchronized

Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50
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