diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:34:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:34:06 +0000 |
commit | 595d272e5bdebf7caa37b00451461da0bd33dd34 (patch) | |
tree | b21100e5104110963118af47951fc9548d1658b4 /svx/source | |
parent | 060028ead18c3dde3943dffbf6573e8089d00662 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED
2007/06/04 13:27:41 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xoutdev/xexch.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/xoutdev/xexch.cxx b/svx/source/xoutdev/xexch.cxx index 4e911c6a4ff3..7b5974eb5b80 100644 --- a/svx/source/xoutdev/xexch.cxx +++ b/svx/source/xoutdev/xexch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xexch.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:23:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:34:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,10 +42,10 @@ #include <tools/vcompat.hxx> #ifndef _SVX_XFLASIT_HXX -#include <xflasit.hxx> +#include <svx/xflasit.hxx> #endif #ifndef SVX_XFILLIT0_HXX -#include <xfillit0.hxx> +#include <svx/xfillit0.hxx> #endif #ifndef _SFXIPOOL_HXX #include <svtools/itempool.hxx> @@ -59,7 +59,7 @@ #ifndef _SFXITEMSET_HXX #include <svtools/itemset.hxx> #endif -#include "xdef.hxx" +#include <svx/xdef.hxx> #include "xexch.hxx" |