From 42b012e4dcb3ccb7e0aeb82515734499dc4ce2ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 May 2019 09:07:08 +0000 Subject: Fix typo Change-Id: I6f7a40e8fefe09f9799927853b66dcae6c7a31d1 Reviewed-on: https://gerrit.libreoffice.org/72388 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- jurt/com/sun/star/uno/AnyConverter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jurt/com') diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java index 857c842fcc5b..a54e7c3a8efe 100644 --- a/jurt/com/sun/star/uno/AnyConverter.java +++ b/jurt/com/sun/star/uno/AnyConverter.java @@ -215,7 +215,7 @@ public class AnyConverter } /** - * Converts an Char object or an Any object containing a Char object into a + * Converts a Char object or an Any object containing a Char object into a * simple char. * * @param object the object to convert. @@ -231,7 +231,7 @@ public class AnyConverter } /** - * Converts an Boolean object or an Any object containing a Boolean object + * Converts a Boolean object or an Any object containing a Boolean object * into a simple boolean. * * @param object the object to convert. @@ -247,7 +247,7 @@ public class AnyConverter } /** - * Converts an Byte object or an Any object containing a Byte object into a + * Converts a Byte object or an Any object containing a Byte object into a * simple byte. * * @param object the object to convert. -- cgit v1.2.3