diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:36:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:36:21 +0000 |
commit | 763dbd1c1eb2875945e1a0c735d8db794f03b9a0 (patch) | |
tree | 511ca423c2289c79b7accd731b04710682a9fb09 /xmloff/inc | |
parent | 8ae72b6d6079dc4cf09994d2e92411080b77209e (diff) |
INTEGRATION: CWS vgbugs07 (1.7.100); FILE MERGED
2007/06/04 13:23:16 vg 1.7.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/MetaExportComponent.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/MetaExportComponent.hxx b/xmloff/inc/MetaExportComponent.hxx index 685973887ca5..dff08f1df806 100644 --- a/xmloff/inc/MetaExportComponent.hxx +++ b/xmloff/inc/MetaExportComponent.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MetaExportComponent.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-11-01 14:50:11 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:36:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #endif #ifndef _XMLOFF_XMLEXP_HXX -#include "xmlexp.hxx" +#include <xmloff/xmlexp.hxx> #endif class XMLMetaExportComponent : public SvXMLExport |