summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:12:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-04 16:12:11 +0000
commitb371f435ef633026ab628180124c7c7e874ee9b0 (patch)
tree70cd2b75d21bae1b2ad9178e4b7187a7a33db954 /framework
parentcf07fd891436e77ebfe400af951b919b1462e882 (diff)
INTEGRATION: CWS fwk01 (1.3.2.2.36); FILE MERGED
2003/03/26 14:21:02 as 1.3.2.2.36.1: #108109# use new config schema; interpret time stamps in new way; fix ref count problems with job wrapper; support new initialization structure
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/converter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/classes/converter.hxx b/framework/inc/classes/converter.hxx
index 5cbbde4997b9..7f27614dde65 100644
--- a/framework/inc/classes/converter.hxx
+++ b/framework/inc/classes/converter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: converter.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:01:27 $
+ * last change: $Author: hr $ $Date: 2003-04-04 17:12:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,7 @@ class Converter
// String <=> tools.DateTime
static DateTime convert_String2DateTime ( const ::rtl::OUString& sSource );
static ::rtl::OUString convert_DateTime2String ( const DateTime& aSource );
+ static ::rtl::OUString convert_DateTime2ISO8601 ( const DateTime& aSource );
};
} // namespace framework