diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:11:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:11:48 +0000 |
commit | 159ce5ea3cb7604e83f57616fad396b4ad253c46 (patch) | |
tree | 346848dfa91d3bbe003017e6a3d005b9dec53b7a /tools/source/fsys | |
parent | da73b21df82f49a004b9bb571c335456ba2be4c8 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.204); FILE MERGED
2007/06/04 13:32:25 vg 1.4.204.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/unx.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx index be33444f9280..b0ddc0e623d3 100644 --- a/tools/source/fsys/unx.hxx +++ b/tools/source/fsys/unx.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unx.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:18:22 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:11:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,7 @@ #define LOWER(aString) (aString.Lower()) #include <time.h> -#include <datetime.hxx> +#include <tools/datetime.hxx> inline Time Unx2Time( time_t nTime ) { |