diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:41 +0000 |
commit | 874d9b332fc09340cb510644282df7d8362898d1 (patch) | |
tree | 23e51c4ebe1b07d25ff5ac9e23626d6d81e9a232 /tools | |
parent | 0af82f3d8746925e966c4dd1b4b5197845a32b29 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED
2007/06/04 13:32:25 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/line.cxx | 10 | ||||
-rw-r--r-- | tools/source/generic/svborder.cxx | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx index 4799555b325e..3f3f06b18b1a 100644 --- a/tools/source/generic/line.cxx +++ b/tools/source/generic/line.cxx @@ -4,9 +4,9 @@ * * $RCSfile: line.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:56:12 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:13:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,15 +39,15 @@ #define _LINE_CXX #ifndef _LINK_HXX -#include <link.hxx> +#include <tools/link.hxx> #endif #ifndef _LINE_HXX -#include <line.hxx> +#include <tools/line.hxx> #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #include <cstdlib> diff --git a/tools/source/generic/svborder.cxx b/tools/source/generic/svborder.cxx index 1166feb10177..ee7cebfafbe9 100644 --- a/tools/source/generic/svborder.cxx +++ b/tools/source/generic/svborder.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svborder.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:57:07 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:14:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include <svborder.hxx> +#include <tools/svborder.hxx> #include <osl/diagnose.h> SvBorder::SvBorder( const Rectangle & rOuter, const Rectangle & rInner ) |