summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-02-05 16:21:36 +0000
committerEike Rathke <er@openoffice.org>2001-02-05 16:21:36 +0000
commit79190f54fb732f1295d6031979bfab5f161622df (patch)
tree7514a2b5715bac37b5fb93c2d980ef5a37ef37d1 /svx/inc
parent10477d4aaeb28a412f255352e0215a70ad619dff (diff)
add: FillWithMimeAndSelectBest
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/txencbox.hxx9
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; }