summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prhdlfac.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:42:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:42:57 +0000
commitfef51983f89bb482221d039fa115f66dbcf41a46 (patch)
tree70abc42d9dc364be9e8a34f1d106a4aa416ad944 /xmloff/source/style/prhdlfac.cxx
parent73bda61f14975165b0684d6b24ebab767053a1c3 (diff)
INTEGRATION: CWS vgbugs07 (1.26.124); FILE MERGED
2007/06/04 13:23:32 vg 1.26.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'xmloff/source/style/prhdlfac.cxx')
-rw-r--r--xmloff/source/style/prhdlfac.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index df96ea32b7b6..5ae1fb4c3479 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prhdlfac.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:56:24 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:42:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,15 +50,15 @@
#include <tools/debug.hxx>
#endif
#ifndef _XMLOFF_PROPERTYHANDLERFACTORY_HXX
-#include <prhdlfac.hxx>
+#include <xmloff/prhdlfac.hxx>
#endif
#ifndef _XMLOFF_XMLTYPES_HXX
-#include "xmltypes.hxx"
+#include <xmloff/xmltypes.hxx>
#endif
#ifndef _XMLOFF_XMLTOKEN_HXX
-#include "xmltoken.hxx"
+#include <xmloff/xmltoken.hxx>
#endif
#ifndef _XMLOFF_PROPERTYHANDLER_BASICTYPES_HXX
@@ -66,11 +66,11 @@
#endif
#ifndef _XMLOFF_NAMEDBOOLPROPERTYHANDLER_HXX
-#include "NamedBoolPropertyHdl.hxx"
+#include <xmloff/NamedBoolPropertyHdl.hxx>
#endif
#ifndef _XMLOFF_XMLCONSTANTSPROPERTYHANDLER_HXX
-#include "XMLConstantsPropertyHandler.hxx"
+#include <xmloff/XMLConstantsPropertyHandler.hxx>
#endif
#ifndef _XMLOFF_PROPERTYHANDLER_CROSSEDOUTTYPES_HXX
@@ -125,7 +125,7 @@
#include <tabsthdl.hxx>
#endif
#ifndef _XMLOFF_ENUMPROPERTYHANDLER_HXX
-#include "EnumPropertyHdl.hxx"
+#include <xmloff/EnumPropertyHdl.hxx>
#endif
#ifndef _XMLOFF_ATTRIBUTECONTAINERHANDLER_HXX
#include "AttributeContainerHandler.hxx"