diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:24:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:24:16 +0000 |
commit | acdf49db65323e3adab4a17379e7e18576e1c60d (patch) | |
tree | 1faebac1d9cf37ffce4a778e854aad8c040ca357 /svx/source/unodraw | |
parent | 5ae0c86a387417f0fffd25f23b63bd6a5fc4a43a (diff) |
INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED
2007/06/04 13:27:36 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unogtabl.cxx | 14 | ||||
-rw-r--r-- | svx/source/unodraw/unohtabl.cxx | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/svx/source/unodraw/unogtabl.cxx b/svx/source/unodraw/unogtabl.cxx index 1b7450c6fde7..2fe1947f54a3 100644 --- a/svx/source/unodraw/unogtabl.cxx +++ b/svx/source/unodraw/unogtabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unogtabl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:12:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:24:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,12 +52,12 @@ #include "UnoNameItemTable.hxx" #endif -#include "xgrad.hxx" -#include "svdmodel.hxx" -#include "xdef.hxx" -#include "xflgrit.hxx" +#include <svx/xgrad.hxx> +#include <svx/svdmodel.hxx> +#include <svx/xdef.hxx> +#include <svx/xflgrit.hxx> #include "unofill.hxx" -#include "unomid.hxx" +#include <svx/unomid.hxx> using namespace ::com::sun::star; using namespace ::rtl; diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx index e9891d788c8a..26af0d79b226 100644 --- a/svx/source/unodraw/unohtabl.cxx +++ b/svx/source/unodraw/unohtabl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unohtabl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:12:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:24:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,11 +52,11 @@ #include "UnoNameItemTable.hxx" #endif -#include "xhatch.hxx" -#include "svdmodel.hxx" -#include "xdef.hxx" -#include "xflhtit.hxx" -#include "unomid.hxx" +#include <svx/xhatch.hxx> +#include <svx/svdmodel.hxx> +#include <svx/xdef.hxx> +#include <svx/xflhtit.hxx> +#include <svx/unomid.hxx> #include "unofill.hxx" using namespace ::com::sun::star; |