summaryrefslogtreecommitdiff
path: root/include/tools/inetmime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/inetmime.hxx')
-rw-r--r--include/tools/inetmime.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 0e0269a9dacf..2e1911f86e57 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -714,7 +714,7 @@ protected:
@return The length of pOctets (without the terminating null).
*/
- virtual sal_Size writeSequence(const sal_Char * pSequence);
+ sal_Size writeSequence(const sal_Char * pSequence);
/** Write a sequence of octets.
@@ -726,7 +726,7 @@ protected:
@param pEnd Points past the end of the sequence, must be >= pBegin.
*/
- virtual void writeSequence(const sal_uInt32 * pBegin,
+ void writeSequence(const sal_uInt32 * pBegin,
const sal_uInt32 * pEnd);
/** Write a sequence of octets.
@@ -739,7 +739,7 @@ protected:
@param pEnd Points past the end of the sequence, must be >= pBegin.
*/
- virtual void writeSequence(const sal_Unicode * pBegin,
+ void writeSequence(const sal_Unicode * pBegin,
const sal_Unicode * pEnd);
public: