diff options
author | Eike Rathke <er@openoffice.org> | 2000-11-18 19:02:42 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2000-11-18 19:02:42 +0000 |
commit | 4eca0934c2b8e65651dce9020d1b074abcf53cc2 (patch) | |
tree | 2a4615282574ff6962ba1029feab256d89d015fd /unotools/inc | |
parent | 1c2465f28c5f190e889363c20ef7ba9a2d0aed1b (diff) |
chg: made getGregorianDateTime const
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/calendarwrapper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/inc/unotools/calendarwrapper.hxx b/unotools/inc/unotools/calendarwrapper.hxx index 532f54510c52..54369d90e07e 100644 --- a/unotools/inc/unotools/calendarwrapper.hxx +++ b/unotools/inc/unotools/calendarwrapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: calendarwrapper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: er $ $Date: 2000-11-18 19:21:30 $ + * last change: $Author: er $ $Date: 2000-11-18 20:02:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,7 +133,7 @@ public: { setDateTime( rDateTime - aEpochStart ); } /// get the DateTime as a gregorian DateTime - inline DateTime getGregorianDateTime() + inline DateTime getGregorianDateTime() const { return aEpochStart + getDateTime(); } }; |