summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:29:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:29:06 +0000
commit2e4ddcec29b0fbc0e35b39cf0be889665fe9967e (patch)
tree673a441f897d2ead9aea57f223504e56264b6aec /xmloff
parent82fc0176742b5c1509d737a6968f970457d2146e (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')
-rw-r--r--xmloff/source/xforms/xformsexport.cxx12
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>