1#ifndef INCLUDED_HTMLFMTFLT_HXX 2#define INCLUDED_HTMLFMTFLT_HXX 3 4#include <com/sun/star/uno/Sequence.hxx> 5 6/* Transform plain HTML into the format expected by MS Office. 7 */ 8com::sun::star::uno::Sequence<sal_Int8> TextHtmlToHTMLFormat(com::sun::star::uno::Sequence<sal_Int8>& aTextHtml);
--- 12 unchanged lines hidden --- | 22#ifndef INCLUDED_HTMLFMTFLT_HXX 23#define INCLUDED_HTMLFMTFLT_HXX 24 25#include <com/sun/star/uno/Sequence.hxx> 26 27/* Transform plain HTML into the format expected by MS Office. 28 */ 29com::sun::star::uno::Sequence<sal_Int8> TextHtmlToHTMLFormat(com::sun::star::uno::Sequence<sal_Int8>& aTextHtml);
--- 12 unchanged lines hidden --- |