summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/inetmime.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 07785a816c6a..2d0855690a44 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -782,8 +782,7 @@ public:
@param nEnd The offset past the last character to write.
*/
- void write(const OString& rOctets, xub_StrLen nBegin,
- xub_StrLen nEnd)
+ void write(const OString& rOctets, sal_Int32 nBegin, sal_Int32 nEnd)
{
writeSequence(rOctets.getStr() + nBegin, rOctets.getStr() + nEnd);
m_nColumn += nEnd - nBegin;