summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/parhtml.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index ed4f4c386fcf..920c3b260bd2 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -241,15 +241,6 @@ public:
::com::sun::star::document::XDocumentProperties>&,
SvKeyValueIterator* );
- // Ist der uebergebene 0-terminierte String (vermutlich) der Anfang
- // eines HTML-Files? Er sollte mind. 80 Zeichen lang sein.
- // Mit Ausnahme des Falls, dass SwitchToUCS2==false und
- // SVPAR_CS_DONTKNOW uebergeben wird muss der String mit zwei(!)
- // 0-Bytes an einer geraden(!) Position terminiert sein.
- static bool IsHTMLFormat( const sal_Char* pHeader,
- bool bSwitchToUCS2 = false,
- rtl_TextEncoding eEnc=RTL_TEXTENCODING_DONTKNOW );
-
bool ParseScriptOptions( OUString& rLangString, const OUString&, HTMLScriptLanguage& rLang,
OUString& rSrc, OUString& rLibrary, OUString& rModule );