summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:14:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:14:38 +0000
commit07bf82370a582185ce77ed1dcb6f338081eab0e3 (patch)
tree206839f447559ef1b6c7374d7a9ba6f663b8c4b4 /xmloff/source/text/txtflde.cxx
parent608cf3a85b028ac2dc0fc446878dd785ec6a15a1 (diff)
INTEGRATION: CWS vgbugs07 (1.72.38); FILE MERGED
2007/06/06 11:41:58 vg 1.72.38.2: RESYNC: (1.72-1.73); FILE MERGED 2007/06/04 13:23:40 vg 1.72.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index d99a98557907..ae4ba6351227 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtflde.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 10:38:18 $
+ * last change: $Author: hr $ $Date: 2007-06-27 16:14:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,27 +46,27 @@
#endif
#ifndef _XMLOFF_XMLEXP_HXX
-#include "xmlexp.hxx"
+#include <xmloff/xmlexp.hxx>
#endif
#ifndef _XMLOFF_XMLNUMFE_HXX
-#include "xmlnumfe.hxx"
+#include <xmloff/xmlnumfe.hxx>
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_XMLEMENT_HXX
-#include "xmlement.hxx"
+#include <xmloff/xmlement.hxx>
#endif
#ifndef _XMLOFF_XMLUCONV_HXX
-#include "xmluconv.hxx"
+#include <xmloff/xmluconv.hxx>
#endif
#ifndef _XMLOFF_XMLNUME_HXX
-#include "xmlnume.hxx"
+#include <xmloff/xmlnume.hxx>
#endif
#ifndef XMLOFF_NUMEHELP_HXX
@@ -74,22 +74,22 @@
#endif
#ifndef _XMLOFF_PROPMAPPINGTYPES_HXX
-#include "maptypes.hxx"
+#include <xmloff/maptypes.hxx>
#endif
#ifndef _XMLOFF_FAMILIES_HXX_
-#include "families.hxx"
+#include <xmloff/families.hxx>
#endif
#ifndef _XMLOFF_XMLEVENTEXPORT_HXX
-#include "XMLEventExport.hxx"
+#include <xmloff/XMLEventExport.hxx>
#endif
#ifndef _XMLOFF_XMLTEXTCHARSTYLENAMESELEMENTEXPORT_HXX
#include "XMLTextCharStyleNamesElementExport.hxx"
#endif
#ifndef _XMLOFF_NMSPMAP_HXX
-#include "nmspmap.hxx"
+#include <xmloff/nmspmap.hxx>
#endif
#ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_