diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:29:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:29:06 +0000 |
commit | 2e4ddcec29b0fbc0e35b39cf0be889665fe9967e (patch) | |
tree | 673a441f897d2ead9aea57f223504e56264b6aec /xmloff/source | |
parent | 82fc0176742b5c1509d737a6968f970457d2146e (diff) |
INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED
2007/06/04 13:23:47 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index 1595faf985ec..f348187b48f6 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xformsexport.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:39:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:29:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,12 @@ #include "XFormsModelExport.hxx" #include "xformsapi.hxx" -#include "xmlexp.hxx" -#include "xmltoken.hxx" +#include <xmloff/xmlexp.hxx> +#include <xmloff/xmltoken.hxx> #include "xmlnmspe.hxx" -#include "nmspmap.hxx" +#include <xmloff/nmspmap.hxx> #include "DomExport.hxx" -#include "xmluconv.hxx" +#include <xmloff/xmluconv.hxx> #include "tools/debug.hxx" #include <com/sun/star/container/XIndexAccess.hpp> |