diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-13 21:13:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 15:31:43 +0100 |
commit | ee3cb54ee4e1d6a38bad8319a784fd2bed69bf4c (patch) | |
tree | fb2ff1fa49d3b10505556b1500b2e41cf4e659aa /tools | |
parent | e71342f90b1b76f1d29c51eb0786212f6013f62b (diff) |
callcatcher: unused methods
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/inetmime.hxx | 7 |
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); |