diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:46:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:46:59 +0000 |
commit | b92fec77ff97f1d47b2c347229c9f2370f6c709d (patch) | |
tree | d0f7b5a4b5d0dcd6a21513e235d45cf6bc94bb48 /svtools/source/items1 | |
parent | 4a99c06a33fdf4651d2f0984180b9ee7d0697f8c (diff) |
INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED
2007/06/04 13:31:40 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/items1')
-rw-r--r-- | svtools/source/items1/sitem.cxx | 8 | ||||
-rw-r--r-- | svtools/source/items1/slstitm.cxx | 8 | ||||
-rw-r--r-- | svtools/source/items1/visitem.cxx | 6 | ||||
-rw-r--r-- | svtools/source/items1/whiter.cxx | 6 |
4 files changed, 14 insertions, 14 deletions
diff --git a/svtools/source/items1/sitem.cxx b/svtools/source/items1/sitem.cxx index 82a1853a07ff..117ac2676884 100644 --- a/svtools/source/items1/sitem.cxx +++ b/svtools/source/items1/sitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:07:01 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:45:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,8 +43,8 @@ #include <tools/string.hxx> #include <tools/stream.hxx> -#include "poolitem.hxx" -#include "itemset.hxx" +#include <svtools/poolitem.hxx> +#include <svtools/itemset.hxx> // STATIC DATA ----------------------------------------------------------- diff --git a/svtools/source/items1/slstitm.cxx b/svtools/source/items1/slstitm.cxx index 2207dbf9251f..0f57bad2666d 100644 --- a/svtools/source/items1/slstitm.cxx +++ b/svtools/source/items1/slstitm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: slstitm.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:07:14 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:45:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include "slstitm.hxx" +#include <svtools/slstitm.hxx> #ifndef _SFXPOOLITEM_HXX -#include "poolitem.hxx" +#include <svtools/poolitem.hxx> #endif #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ diff --git a/svtools/source/items1/visitem.cxx b/svtools/source/items1/visitem.cxx index 028dcc8d73af..0023f2cfc348 100644 --- a/svtools/source/items1/visitem.cxx +++ b/svtools/source/items1/visitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: visitem.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:07:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:46:47 $ * * 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_svtools.hxx" #ifndef _SFXVISIBILITYITEM_HXX -#include <visitem.hxx> +#include <svtools/visitem.hxx> #endif #ifndef _COM_SUN_STAR_UNO_ANY_HXX_ #include <com/sun/star/uno/Any.hxx> diff --git a/svtools/source/items1/whiter.cxx b/svtools/source/items1/whiter.cxx index 7687941e2af3..01eb65343567 100644 --- a/svtools/source/items1/whiter.cxx +++ b/svtools/source/items1/whiter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: whiter.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:08:08 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:46:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #endif #include "whiter.hxx" -#include "itemset.hxx" +#include <svtools/itemset.hxx> DBG_NAME(SfxWhichIter) |