diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:44:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:44:11 +0000 |
commit | 3fd3bc9a06526158ea06e7a48e6f413fad63dae6 (patch) | |
tree | ca85a410cb20005d80d797cc8a8f6cbf8e1a88a0 /svtools/source/items1 | |
parent | 3aa016460d823ddad2e1151a3133ee39db16e76e (diff) |
INTEGRATION: CWS vgbugs07 (1.4.200); FILE MERGED
2007/06/04 13:31:39 vg 1.4.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/custritm.cxx | 6 | ||||
-rw-r--r-- | svtools/source/items1/itemiter.cxx | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/svtools/source/items1/custritm.cxx b/svtools/source/items1/custritm.cxx index 4bc894e6e5d5..ec97354a6717 100644 --- a/svtools/source/items1/custritm.cxx +++ b/svtools/source/items1/custritm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: custritm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:03:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:43:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ #endif #ifndef _SVTOOLS_CUSTRITM_HXX -#include <custritm.hxx> +#include <svtools/custritm.hxx> #endif //============================================================================ diff --git a/svtools/source/items1/itemiter.cxx b/svtools/source/items1/itemiter.cxx index f9416ec013b1..eaa91f89f74e 100644 --- a/svtools/source/items1/itemiter.cxx +++ b/svtools/source/items1/itemiter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: itemiter.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:04:59 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:44:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,9 +39,9 @@ #ifndef GCC #endif -#include "itemiter.hxx" -#include "itempool.hxx" -#include "itemset.hxx" +#include <svtools/itemiter.hxx> +#include <svtools/itempool.hxx> +#include <svtools/itemset.hxx> // STATIC DATA ----------------------------------------------------------- |