summaryrefslogtreecommitdiff
path: root/dtrans/source/aqua/HtmlFmtFlt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/aqua/HtmlFmtFlt.hxx')
-rw-r--r--dtrans/source/aqua/HtmlFmtFlt.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/dtrans/source/aqua/HtmlFmtFlt.hxx b/dtrans/source/aqua/HtmlFmtFlt.hxx
deleted file mode 100644
index 49f0cc70590c..000000000000
--- a/dtrans/source/aqua/HtmlFmtFlt.hxx
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef INCLUDED_HTMLFMTFLT_HXX
-#define INCLUDED_HTMLFMTFLT_HXX
-
-#include <com/sun/star/uno/Sequence.hxx>
-
-/* Transform plain HTML into the format expected by MS Office.
- */
-com::sun::star::uno::Sequence<sal_Int8> TextHtmlToHTMLFormat(com::sun::star::uno::Sequence<sal_Int8>& aTextHtml);
-
-/* Transform the MS Office HTML format into plain HTML.
- */
-com::sun::star::uno::Sequence<sal_Int8> HTMLFormatToTextHtml(const com::sun::star::uno::Sequence<sal_Int8>& aHTMLFormat);
-
-/* Detects whether the given byte sequence contains the MS Office Html format.
-
- @returns True if the MS Office Html format will be detected False otherwise.
- */
-bool isHTMLFormat (const com::sun::star::uno::Sequence<sal_Int8>& aHtmlSequence);
-
-#endif