diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-05 12:11:42 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-07-05 12:22:03 +0200 |
commit | 8db392f1be4d6dac0da0fb35b5735e7c27c346cc (patch) | |
tree | 5f83b94ce7679fb60e964c46eff2f6edae06df7c /include/osl/time.h | |
parent | e436c491887636aee32a019ea3ecc26c63ecd899 (diff) |
API change: oslDateTime signed year
Change-Id: Ic4f1e424b130fd2ccca379adbe0a66836b6cac41
Diffstat (limited to 'include/osl/time.h')
-rw-r--r-- | include/osl/time.h | 2 |
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; |