callcatcher: unused methods

This commit is contained in:
Caolán McNamara
2011-07-13 21:13:29 +01:00
parent e71342f90b
commit ee3cb54ee4

View File

@@ -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);