diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:28:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:28:37 +0000 |
commit | bb0510cc30913dc4d0c6dbc6f3c88180898403f1 (patch) | |
tree | 978d1a72bed2458cc5493363635882999f6795ac /svx/source/items | |
parent | dec6087504f844807590a6926b2d967e318b08f3 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED
2007/06/04 13:27:04 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/customshapeitem.cxx | 8 | ||||
-rw-r--r-- | svx/source/items/drawitem.cxx | 10 | ||||
-rw-r--r-- | svx/source/items/itemtype.cxx | 10 |
3 files changed, 14 insertions, 14 deletions
diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx index fcd16b3bd6a6..8f0d7d09bba6 100644 --- a/svx/source/items/customshapeitem.cxx +++ b/svx/source/items/customshapeitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: customshapeitem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:50:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:26:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,9 +37,9 @@ #include "precompiled_svx.hxx" #ifndef _SDASITM_HXX -#include "sdasitm.hxx" +#include <svx/sdasitm.hxx> #endif -#include "svdattr.hxx" +#include <svx/svdattr.hxx> using namespace ::std; using namespace com::sun::star; diff --git a/svx/source/items/drawitem.cxx b/svx/source/items/drawitem.cxx index 0823bdd29c26..b31e2ecd92af 100644 --- a/svx/source/items/drawitem.cxx +++ b/svx/source/items/drawitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawitem.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:50:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:27:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,12 +38,12 @@ // include --------------------------------------------------------------- -#include "svxids.hrc" +#include <svx/svxids.hrc> -#include "xoutx.hxx" +#include <svx/xoutx.hxx> #include "drawitem.hxx" -#include "xtable.hxx" +#include <svx/xtable.hxx> using namespace ::com::sun::star; diff --git a/svx/source/items/itemtype.cxx b/svx/source/items/itemtype.cxx index 2e492637c256..bbd6db6286ae 100644 --- a/svx/source/items/itemtype.cxx +++ b/svx/source/items/itemtype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: itemtype.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:51:44 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:28:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ #include <sfx2/objsh.hxx> #endif -#include "svxids.hrc" +#include <svx/svxids.hrc> #ifndef _UNOTOOLS_INTLWRAPPER_HXX @@ -57,9 +57,9 @@ #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> #endif -#include "xtable.hxx" +#include <svx/xtable.hxx> #include "drawitem.hxx" -#include "itemtype.hxx" +#include <svx/itemtype.hxx> // ----------------------------------------------------------------------- |