diff options
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r-- | include/svx/txencbox.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx index 42a9f971fc70..b341994dc997 100644 --- a/include/svx/txencbox.hxx +++ b/include/svx/txencbox.hxx @@ -54,6 +54,11 @@ public: sal_uInt32 nButIncludeInfoFlags = 0 ); + /** Fill with all known MIME encodings and select the best according to + <method>GetBestMimeEncoding</method> + */ + void FillWithMimeAndSelectBest(); + void InsertTextEncoding( const rtl_TextEncoding nEnc, const OUString& rEntry ); |