summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-10 11:55:05 +0000
committerEike Rathke <er@openoffice.org>2001-07-10 11:55:05 +0000
commit7a7d46dc5097cfeaa6e4b1d4d049e2844af2f269 (patch)
tree2d2ced57435b1e25a2209f2195c817b89bc81cec /unotools/inc
parent9cde4238cd6fc496cfa8f704e86ddd17562f1883 (diff)
#88592# #i1064# add: isValid()
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/calendarwrapper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/inc/unotools/calendarwrapper.hxx b/unotools/inc/unotools/calendarwrapper.hxx
index 54369d90e07e..8c5d92212628 100644
--- a/unotools/inc/unotools/calendarwrapper.hxx
+++ b/unotools/inc/unotools/calendarwrapper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendarwrapper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2000-11-18 20:02:42 $
+ * last change: $Author: er $ $Date: 2001-07-10 12:54:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,6 +113,7 @@ public:
void setDateTime( double nTimeInDays );
double getDateTime() const;
void setValue( sal_Int16 nFieldIndex, sal_Int16 nValue );
+ sal_Bool isValid() const;
sal_Int16 getValue( sal_Int16 nFieldIndex ) const;
void addValue( sal_Int16 nFieldIndex, sal_Int32 nAmount );
sal_Int16 getFirstDayOfWeek() const;