From 4452ac23224cc6fc9c575f1b128dd71f79e12d88 Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Fri, 30 May 2014 20:18:49 +0900 Subject: Fix hungarian prefix for calendars Change-Id: I78b3c0a8d32610e86e09ab5ad6da6cc4e0395926 Reviewed-on: https://gerrit.libreoffice.org/9566 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- offapi/type_reference/offapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/type_reference') diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index fc5b7953095f..43289937f122 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -8194,7 +8194,7 @@ module com { ::com::sun::star::i18n::Calendar getLoadedCalendar(); sequence< string > getAllCalendars([in] ::com::sun::star::lang::Locale rLocale); string getUniqueID(); - void setDateTime([in] double nTimeInDays); + void setDateTime([in] double fTimeInDays); double getDateTime(); void setValue([in] short nCalendarFieldIndex, [in] short nValue); short getValue([in] short nCalendarFieldIndex); -- cgit v1.2.3