summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/inetmime.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 69e9c1ce451f..69d5836801e8 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -24,13 +24,10 @@
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
-#include <rtl/tencinfo.h>
#include <tools/debug.hxx>
#include <unordered_map>
-class INetMIMEOutputSink;
-
struct INetContentTypeParameter
{
/** The attribute value. If the value is a quoted-string, it is
@@ -178,10 +175,6 @@ public:
OUString * pType = nullptr, OUString * pSubType = nullptr,
INetContentTypeParameterList * pParameters = nullptr);
- static void writeHeaderFieldBody(INetMIMEOutputSink & rSink,
- const OUString& rBody,
- rtl_TextEncoding ePreferredEncoding);
-
static OUString decodeHeaderFieldBody(const OString& rBody);
/** Get the UTF-32 character at the head of a UTF-16 encoded string.