summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:25:14 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:25:14 +0000
commitc81e41c218d5194c4a96e5de3c4007d30c502983 (patch)
treeab2b314c9ba3a05ac1966ab0bcb4df11372e2fcc /unotools
parent3f0717c5fa31949772aef59a730f1e9336581b8b (diff)
INTEGRATION: CWS visibility03 (1.3.226); FILE MERGED
2005/02/28 04:33:53 mnicel 1.3.226.1: Issue number: 40092 Part of visibility work
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/datetime.hxx19
1 files changed, 11 insertions, 8 deletions
diff --git a/unotools/inc/unotools/datetime.hxx b/unotools/inc/unotools/datetime.hxx
index 5464d95d2785..456692e92297 100644
--- a/unotools/inc/unotools/datetime.hxx
+++ b/unotools/inc/unotools/datetime.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: datetime.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-11-02 10:30:17 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:25:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,9 @@
************************************************************************/
//= conversions UNO3.TimeClass <-> Tools.TimeClass (Date/Time/DateTime)
+#ifndef INCLUDED_UNOTOOLSDLLAPI_H
+#include "unotools/unotoolsdllapi.h"
+#endif
#ifndef _UNOTOOLS_DATETIME_HXX_
#define _UNOTOOLS_DATETIME_HXX_
@@ -79,14 +82,14 @@ namespace utl
namespace starutil = ::com::sun::star::util;
- void typeConvert(const Time& _rTime, starutil::Time& _rOut);
- void typeConvert(const starutil::Time& _rTime, Time& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const Time& _rTime, starutil::Time& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Time& _rTime, Time& _rOut);
- void typeConvert(const Date& _rDate, starutil::Date& _rOut);
- void typeConvert(const starutil::Date& _rDate, Date& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const Date& _rDate, starutil::Date& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Date& _rDate, Date& _rOut);
- void typeConvert(const DateTime& _rDateTime, starutil::DateTime& _rOut);
- void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const DateTime& _rDateTime, starutil::DateTime& _rOut);
+ UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::DateTime& _rDateTime, DateTime& _rOut);
//.........................................................................
} // namespace utl