summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-21 15:15:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 15:15:56 +0100
commit5c99f2c8524625491ba1b4d736bdd457d258eea3 (patch)
treef06430a6bf8421d43eccaf9204c0a1811d77d570 /include/tools
parentdceb440f6fde4cf93e4059ddd183d1293ff5fee3 (diff)
Move INetMIME::getHexDigit(int to its only place of use
Change-Id: I8d02a51a0da5aad4cd95e15fe6bb329b43e32067
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/inetmime.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 69d5836801e8..106e5614d2fe 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -109,15 +109,6 @@ public:
*/
static inline int getHexWeight(sal_uInt32 nChar);
- /** Get a hexadecimal digit encoded as US-ASCII.
-
- @param nWeight Must be in the range 0--15, inclusive.
-
- @return The canonic (i.e., upper case) hexadecimal digit
- corresponding to nWeight (US-ASCII '0'--'9' or 'A'--'F').
- */
- static sal_uInt32 getHexDigit(int nWeight);
-
/** Check two US-ASCII strings for equality, ignoring case.
@param pBegin1 Points to the start of the first string, must not be