summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-05 12:11:42 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-05 12:22:03 +0200
commit8db392f1be4d6dac0da0fb35b5735e7c27c346cc (patch)
tree5f83b94ce7679fb60e964c46eff2f6edae06df7c /include/osl
parente436c491887636aee32a019ea3ecc26c63ecd899 (diff)
API change: oslDateTime signed year
Change-Id: Ic4f1e424b130fd2ccca379adbe0a66836b6cac41
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/time.h b/include/osl/time.h
index 4be9e7278419..6bb48f2d4bce 100644
--- a/include/osl/time.h
+++ b/include/osl/time.h
@@ -92,7 +92,7 @@ typedef struct _oslDateTime
/*----------------------------------------------------------------------*/
/** is the year.
*/
- sal_uInt16 Year;
+ sal_Int16 Year;
} oslDateTime;