summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:21:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:21:58 +0000
commite6d8c1dcb0a3889b8324c539d245158b46324553 (patch)
treed192675f1e9d9068ccab1bcfd02f9ac76c3b0e55 /tools
parent15ffffa14a726882d50caa4fe5ac3d324cc24d9b (diff)
INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED
2007/06/04 13:32:28 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r--tools/workben/fstest.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/workben/fstest.cxx b/tools/workben/fstest.cxx
index a32438087ef3..332a03703c80 100644
--- a/tools/workben/fstest.cxx
+++ b/tools/workben/fstest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fstest.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:09:24 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:21:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,28 +36,28 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_tools.hxx"
-#define _FSTEST_CXX "$Revision: 1.3 $"
+#define _FSTEST_CXX "$Revision: 1.4 $"
#ifndef _SOLAR_H
-#include <solar.h>
+#include <tools/solar.h>
#endif
#include <stdio.h>
#ifndef _STREAM_HXX
-#include <stream.hxx>
+#include <tools/stream.hxx>
#endif
#ifndef _FSYS_HXX
-#include <fsys.hxx>
+#include <tools/fsys.hxx>
#endif
#ifndef _DATE_HXX
-#include <date.hxx>
+#include <tools/date.hxx>
#endif
#ifndef _TIME_HXX
-#include <time.hxx>
+#include <tools/time.hxx>
#endif
void CheckTimes(DirEntry aDE);