summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:14:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:14:03 +0000
commit3667690040d426044cc23aabe05e75a0c9b55d15 (patch)
tree2a2b098600981887eae7e6d91eb9b17479c8e162 /tools
parent8cbaf275777c9d6a5e911faabb9660e655bc2a42 (diff)
INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED
2007/06/04 13:32:25 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/wldcrd.cxx6
-rw-r--r--tools/source/generic/gen.cxx10
-rw-r--r--tools/source/generic/link.cxx6
3 files changed, 11 insertions, 11 deletions
diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx
index dd86531c013b..d5544b1b0dc0 100644
--- a/tools/source/fsys/wldcrd.cxx
+++ b/tools/source/fsys/wldcrd.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wldcrd.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:54:37 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:12:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_tools.hxx"
#ifndef _WLDCRD_HXX
-#include <wldcrd.hxx>
+#include <tools/wldcrd.hxx>
#endif
/*************************************************************************
diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx
index 065ff63892e3..3763faee22c6 100644
--- a/tools/source/generic/gen.cxx
+++ b/tools/source/generic/gen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gen.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:55:56 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:13:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,13 +37,13 @@
#include "precompiled_tools.hxx"
#ifndef _TOOLS_DEBUG_HXX
-#include <debug.hxx>
+#include <tools/debug.hxx>
#endif
#ifndef _SV_GEN_HXX
-#include <gen.hxx>
+#include <tools/gen.hxx>
#endif
#ifndef _STREAM_HXX
-#include <stream.hxx>
+#include <tools/stream.hxx>
#endif
// =======================================================================
diff --git a/tools/source/generic/link.cxx b/tools/source/generic/link.cxx
index f32faa7d375a..e9849337f5ff 100644
--- a/tools/source/generic/link.cxx
+++ b/tools/source/generic/link.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: link.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:56:26 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:14:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_tools.hxx"
#ifndef _LINK_HXX
-#include <link.hxx>
+#include <tools/link.hxx>
#endif
/*************************************************************************