diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-23 09:16:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-23 11:13:25 +0100 |
commit | 3f89f88651f2c0b0c2edf37d9f13c4e48592091c (patch) | |
tree | a6b9c43a5a3fef11360433851f0e42234f649e3b /include | |
parent | 4a32dc6562f8e38dcc8d9c970c566c6bfcd3d7e4 (diff) |
callcatcher: lots more unused post ww1 filter removal
Change-Id: I7bf6dc1d366093e797a19a8e555103c15b311ac8
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/parhtml.hxx | 9 |
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 ); |