diff options
Diffstat (limited to 'svx/inc/txencbox.hxx')
-rw-r--r-- | svx/inc/txencbox.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/inc/txencbox.hxx b/svx/inc/txencbox.hxx index 159f6f13c467..d86d4a15d103 100644 --- a/svx/inc/txencbox.hxx +++ b/svx/inc/txencbox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txencbox.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: er $ $Date: 2000-12-20 11:34:34 $ + * last change: $Author: er $ $Date: 2001-02-05 17:20:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,11 @@ public: sal_uInt32 nButIncludeInfoFlags = 0 ); + /** Fill with all known MIME encodings and select the best one matching + the system encoding. + */ + void FillWithMimeAndSelectBest(); + const SvxTextEncodingTable* GetTextEncodingTable() const { return m_pEncTable; } |