diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:09:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:09:28 +0000 |
commit | a2a30979bd08d651932c493b8971825b5b5c04c7 (patch) | |
tree | 9e3ece54ba314bbf0af77adc603acffa1be9a01f /tools/source/datetime | |
parent | 8ebbdce5e5cf94bd11d69e15774b1725a10ea89e (diff) |
INTEGRATION: CWS vgbugs07 (1.11.90); FILE MERGED
2007/06/06 10:20:31 vg 1.11.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007/06/04 13:32:24 vg 1.11.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/source/datetime')
-rw-r--r-- | tools/source/datetime/ttime.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx index 6fcd39c1edbb..388338e101ed 100644 --- a/tools/source/datetime/ttime.cxx +++ b/tools/source/datetime/ttime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ttime.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:51:59 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:09:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #if defined WNT #pragma warning (push,1) -#include <svwin.h> +#include <tools/svwin.h> #pragma warning (pop) #elif defined UNX #include <unistd.h> @@ -50,7 +50,7 @@ #endif #include <time.h> -#include <time.hxx> +#include <tools/time.hxx> #if defined(SOLARIS) && defined(__GNUC__) extern long altzone; |