diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 08:44:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 10:07:10 +0200 |
commit | 1c5cae479bebd2d325182adc2c9821fd948fd1bd (patch) | |
tree | 639e50ced55620dc2d1e9eb5a7ed8a6298c4de09 /include/tools/inetmime.hxx | |
parent | da24355234ec12f2f4c652113dbbb1216ba5492c (diff) |
loplugin:unusedmethods
Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672
Reviewed-on: https://gerrit.libreoffice.org/36718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/inetmime.hxx')
-rw-r--r-- | include/tools/inetmime.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx index 72dee0b69bd4..e2c58b5ea056 100644 --- a/include/tools/inetmime.hxx +++ b/include/tools/inetmime.hxx @@ -242,19 +242,6 @@ private: */ void writeSequence(const sal_Char * pSequence); - /** Write a sequence of octets. - - @descr The supplied sequence of Unicode characters is interpreted as - a sequence of octets. It is an error if any of the elements of the - sequence has a numerical value greater than 255. - - @param pBegin Points to the start of the sequence, must not be null. - - @param pEnd Points past the end of the sequence, must be >= pBegin. - */ - void writeSequence(const sal_Unicode * pBegin, - const sal_Unicode * pEnd); - public: /** Write a single octet. |