summaryrefslogtreecommitdiff
path: root/tools/source/datetime
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:09:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:09:17 +0000
commit8ebbdce5e5cf94bd11d69e15774b1725a10ea89e (patch)
treeeef4737d45100d25a84b0c44dd065698bf83c548 /tools/source/datetime
parentaa5491213626cde05ae1b6393542c8c9c0276ebb (diff)
INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED
2007/06/06 10:20:31 vg 1.5.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:24 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/source/datetime')
-rw-r--r--tools/source/datetime/tdate.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx
index e1dbc3e2e372..b5c4f230bed5 100644
--- a/tools/source/datetime/tdate.cxx
+++ b/tools/source/datetime/tdate.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tdate.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:51:47 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:09:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,14 +38,14 @@
#if defined WNT
#pragma warning (push,1)
-#include <svwin.h>
+#include <tools/svwin.h>
#pragma warning (pop)
#else
#include <time.h>
#endif
-#include <debug.hxx>
-#include <date.hxx>
+#include <tools/debug.hxx>
+#include <tools/date.hxx>
#ifdef MACOSX
extern "C" {
struct tm *localtime_r(const time_t *timep, struct tm *buffer);