summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:49:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:49:58 +0000
commitb2df0b0a00502a5d3d863298a3ac0420a89b255e (patch)
tree9a0fadd577bdf0a30d8cce4698c8241a8c20f38d /sfx2/source/bastyp/frmhtmlw.cxx
parent7c7faef3356c663eecf79bee88d0d703b415b094 (diff)
INTEGRATION: CWS sb59 (1.12.60); FILE MERGED
2006/08/16 09:31:16 sb 1.12.60.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index 46a8aed4b5ac..c88cc3ef44b6 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmhtmlw.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:23:23 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:49:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,7 @@
#ifndef _INETDEF_HXX
#include <svtools/inetdef.hxx>
#endif
+#include "svtools/htmlkywd.hxx"
//!(dv) #include <chaos2/cntapi.hxx>
#ifndef GCC
@@ -66,8 +67,6 @@
using namespace com::sun::star;
-extern sal_Char const sHTML_META_classification[];
-
static sal_Char __READONLY_DATA sHTML_SC_yes[] = "YES";
static sal_Char __READONLY_DATA sHTML_SC_no[] = "NO";
static sal_Char __READONLY_DATA sHTML_SC_auto[] = "AUTO";