summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxhtml.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:04:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:04:15 +0000
commit305beacb376cb786357e87d80c533e56c55ae954 (patch)
tree13e0732f6e0df5853386beb91d98076c377115bd /sfx2/source/bastyp/sfxhtml.cxx
parentb849b31640a3d109428a0d37f70255573e2103f1 (diff)
INTEGRATION: CWS vgbugs07 (1.18.70); FILE MERGED
2007/06/04 13:34:43 vg 1.18.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/bastyp/sfxhtml.cxx')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index f5598d8fe9da..e67f9b666544 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sfxhtml.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2007-06-26 13:52:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:04:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,9 @@
#include <tools/urlobj.hxx>
-#include "objsh.hxx"
-#include "docinf.hxx"
-#include "docfile.hxx"
+#include <sfx2/objsh.hxx>
+#include <sfx2/docinf.hxx>
+#include <sfx2/docfile.hxx>
#include "openflag.hxx"
#ifndef _HTMLKYWD_HXX
@@ -85,7 +85,7 @@
#include <tools/tenccvt.hxx>
#endif
-#include "sfxhtml.hxx"
+#include <sfx2/sfxhtml.hxx>
sal_Char __FAR_DATA sHTML_MIME_text[] = "text/";
sal_Char __FAR_DATA sHTML_MIME_application[] = "application/";
sal_Char __FAR_DATA sHTML_MIME_experimental[] = "x-";