From ee8f0a10661b747db9a82b9acba4de343a5a51d6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 31 Aug 2019 19:29:31 +0200 Subject: Fix '..' To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for ".." instead of "..." between words. It passed "make check" on Linux. Change-Id: I144d8061fca9f545c762941551e59dffdd3650e8 Reviewed-on: https://gerrit.libreoffice.org/78357 Reviewed-by: Julien Nabet Tested-by: Jenkins --- offapi/com/sun/star/i18n/XCalendar3.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/i18n/XCalendar3.idl b/offapi/com/sun/star/i18n/XCalendar3.idl index 7958853739bd..16d5df5e7dd0 100644 --- a/offapi/com/sun/star/i18n/XCalendar3.idl +++ b/offapi/com/sun/star/i18n/XCalendar3.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module i18n { ::com::sun::star::i18n::XExtendedCalendar and provides additional methods to obtain Calendar2 items that include the possessive genitive case month names and sequences - of CalendarItem2 items..

+ of CalendarItem2 items...

@since LibreOffice 3.5 */ -- cgit