diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:44:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:44:14 +0000 |
commit | 49d9958fadcb113313307d9565d8e2233e194317 (patch) | |
tree | 3849131cfd4f34ece5f2b016fa6be8547ef8aca9 /svx | |
parent | a69d1102d679776bc67e415ad0575be52ff793cb (diff) |
INTEGRATION: CWS vgbugs07 (1.8.254); FILE MERGED
2007/06/04 13:27:15 vg 1.8.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/contact/objectcontactofobjlistpainter.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx b/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx index ee918e5871f6..688c0e8a31d1 100644 --- a/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx +++ b/svx/source/sdr/contact/objectcontactofobjlistpainter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objectcontactofobjlistpainter.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-06-26 12:05:07 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:44:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,11 +49,11 @@ #endif #ifndef _SVDPAGE_HXX -#include <svdpage.hxx> +#include <svx/svdpage.hxx> #endif #ifndef _SVDOBJ_HXX -#include <svdobj.hxx> +#include <svx/svdobj.hxx> #endif #ifndef _SDR_CONTACT_VIEWCONTACT_HXX @@ -61,7 +61,7 @@ #endif #ifndef _SVDMODEL_HXX -#include <svdmodel.hxx> +#include <svx/svdmodel.hxx> #endif ////////////////////////////////////////////////////////////////////////////// |