summaryrefslogtreecommitdiff
path: root/offapi/type_reference
diff options
context:
space:
mode:
authorIsamu Mogi <saturday6c@gmail.com>2014-05-30 20:18:49 +0900
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:22:12 +0000
commit4452ac23224cc6fc9c575f1b128dd71f79e12d88 (patch)
treeb6eba110e5439f6734988e502f8f2960e5def7d2 /offapi/type_reference
parentc84c2e4abad318f1be98d12599787a051dce2b50 (diff)
Fix hungarian prefix for calendars
Change-Id: I78b3c0a8d32610e86e09ab5ad6da6cc4e0395926 Reviewed-on: https://gerrit.libreoffice.org/9566 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'offapi/type_reference')
-rw-r--r--offapi/type_reference/offapi.idl2
1 files changed, 1 insertions, 1 deletions
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);