Kaydet (Commit) ee3cb54e authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: unused methods

üst e71342f9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment