Kaydet (Commit) 226e242b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert needless modification of published UNO API

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

Change-Id: Icd1ee34d200ebab01010d5dd35a1b19c47bfc05a
üst 67577e8f
......@@ -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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment