summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/util
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-18 08:24:54 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-18 08:24:54 +0000
commit7d923e2d53fdb051aa2bd12146ebd66be36c39f4 (patch)
tree5b98c774c2bdcfaf3f4e6fee80cfae6e3f09fdf1 /connectivity/source/inc/java/util
parentc525fa7ebf72b1b858af0ad2f8b968ccc99a7126 (diff)
93307# fix date access
Diffstat (limited to 'connectivity/source/inc/java/util')
-rw-r--r--connectivity/source/inc/java/util/Date.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/connectivity/source/inc/java/util/Date.hxx b/connectivity/source/inc/java/util/Date.hxx
index 7686903fd7..135288af92 100644
--- a/connectivity/source/inc/java/util/Date.hxx
+++ b/connectivity/source/inc/java/util/Date.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:27 $
+ * last change: $Author: oj $ $Date: 2001-10-18 09:24:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,15 +88,6 @@ namespace connectivity
virtual ~java_util_Date();
// ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird:
java_util_Date( JNIEnv * pEnv, jobject myObj ) : java_lang_Object( pEnv, myObj ){}
- java_util_Date( const ::com::sun::star::util::Date& _rOut );
-
- sal_Int32 getMonth();
- sal_Int32 getYear();
- sal_Int32 getDate();
-
- sal_Int32 getMinutes();
- sal_Int32 getSeconds();
- sal_Int32 getHours();
};
}
#endif // _CONNECTIVITY_JAVA_UTIL_DATE_HXX_