diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:26:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:26:50 +0000 |
commit | 89caeac8a0a99aca5dda0a03eda52eda5e406834 (patch) | |
tree | 8e1971d094a573c5555ca1f28fd14c864dd0e405 | |
parent | ce9d9989907425cf50500f09ad1d152245878c9b (diff) |
INTEGRATION: CWS vgbugs07 (1.28.320); FILE MERGED
2007/06/04 13:27:37 vg 1.28.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 59767603a007..d234f6f13447 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoshap4.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hr $ $Date: 2007-06-26 16:00:38 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:26:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,10 +54,10 @@ #define _SVX_USE_UNOGLOBALS_ #ifndef _SVDOOLE2_HXX -#include "svdoole2.hxx" +#include <svx/svdoole2.hxx> #endif #ifndef _SVDOMEDIA_HXX -#include "svdomedia.hxx" +#include <svx/svdomedia.hxx> #endif #ifndef SVX_LIGHT @@ -79,14 +79,14 @@ #include <sfx2/docfile.hxx> #ifndef _SVDMODEL_HXX -#include "svdmodel.hxx" +#include <svx/svdmodel.hxx> #endif #ifndef _SVX_SHAPEIMPL_HXX #include "shapeimpl.hxx" #endif -#include "unoshprp.hxx" +#include <svx/unoshprp.hxx> #include "unoapi.hxx" #ifndef _SVDGLOB_HXX |