summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-13 21:13:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-14 15:31:43 +0100
commitee3cb54ee4e1d6a38bad8319a784fd2bed69bf4c (patch)
treefb2ff1fa49d3b10505556b1500b2e41cf4e659aa /tools
parente71342f90b1b76f1d29c51eb0786212f6013f62b (diff)
callcatcher: unused methods
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/inetmime.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx
index a9407126a93f..059c34a9515a 100644
--- a/tools/inc/tools/inetmime.hxx
+++ b/tools/inc/tools/inetmime.hxx
@@ -370,13 +370,6 @@ public:
*/
static sal_uInt32 getHexDigit(int nWeight);
- /** Get a Base 64 digit encoded as US-ASCII.
-
- @param nWeight Must be in the range 0--63, inclusive.
-
- @return The Base 64 digit corresponding to nWeight (US-ASCII 'A'--
- 'Z', 'a'--'z', '0'--'9', '+' or '/').
- */
static inline bool isHighSurrogate(sal_uInt32 nUTF16);
static inline bool isLowSurrogate(sal_uInt32 nUTF16);