Revert needless modification of published UNO API

This reverts the part of 4452ac23224cc6fc9c575f1b128dd71f79e12d88 "Fix hungarian
prefix for calendars" that needlessly changed a method parameter name in
published UNO API, which is, strictly speaking, incompatible.

Change-Id: Icd1ee34d200ebab01010d5dd35a1b19c47bfc05a
This commit is contained in:
Stephan Bergmann 2014-06-02 16:15:49 +02:00
parent 67577e8f6e
commit 226e242bb7
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ published interface XCalendar : com::sun::star::uno::XInterface
passed since start date. The fractional part represents
fractions of a day, thus 0.5 means 12 hours.
*/
void setDateTime( [in] double fTimeInDays );
void setDateTime( [in] double nTimeInDays );
/**
Get the date/time as an offset to the start of the calendar at

View File

@ -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 fTimeInDays);
void setDateTime([in] double nTimeInDays);
double getDateTime();
void setValue([in] short nCalendarFieldIndex, [in] short nValue);
short getValue([in] short nCalendarFieldIndex);