diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:31:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:31:53 +0000 |
commit | 089075e90c164258b7e138e0c6076a94140f7b68 (patch) | |
tree | bdbf8257d03120c0b12f3b8645b63d1a74d611b1 /svx/source/xml | |
parent | a0d473619ffe9ab1c758dc4c36aa3abce9bbf9ef (diff) |
INTEGRATION: CWS vgbugs07 (1.10.318); FILE MERGED
2007/06/04 13:27:40 vg 1.10.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/xmlexport.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/xml/xmlexport.cxx b/svx/source/xml/xmlexport.cxx index 8249e77673bb..00470e2d0161 100644 --- a/svx/source/xml/xmlexport.cxx +++ b/svx/source/xml/xmlexport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlexport.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:29:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:31:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ #endif #ifndef _SVDMODEL_HXX -#include <svdmodel.hxx> +#include <svx/svdmodel.hxx> #endif #ifndef _XMLEOHLP_HXX @@ -107,7 +107,7 @@ #include <xmlgrhlp.hxx> #endif -#include "unomodel.hxx" +#include <svx/unomodel.hxx> using namespace ::rtl; using namespace ::com::sun::star; |