summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-17 19:35:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-17 22:22:33 +0200
commit266805f6a430394aed9589f1a9b32e5fd6c08b7e (patch)
tree4bad871f565b177a0db7a3f6f25254bd5a89af23 /include/tools
parent68bcfd067a5271dd587a0a65d94a0bff257799a5 (diff)
Make createPreferredCharsetList local to inetmime.cxx
Change-Id: Idce9983135d7856b74b1cc548aed668fc9910f46
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/inetmime.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 37fda605e914..9dc9f4e8705e 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -32,7 +32,6 @@
#include <unordered_map>
class DateTime;
-class INetMIMECharsetList_Impl;
class INetMIMEOutputSink;
struct INetContentTypeParameter
@@ -313,9 +312,6 @@ public:
static inline bool isMIMECharsetEncoding(rtl_TextEncoding eEncoding);
- static INetMIMECharsetList_Impl *
- createPreferredCharsetList(rtl_TextEncoding eEncoding);
-
static sal_Unicode * convertToUnicode(const sal_Char * pBegin,
const sal_Char * pEnd,
rtl_TextEncoding eEncoding,