summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/rtfout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/rtfout.cxx b/svtools/source/svrtf/rtfout.cxx
index 703a24c82d5b..5727a4b812fe 100644
--- a/svtools/source/svrtf/rtfout.cxx
+++ b/svtools/source/svrtf/rtfout.cxx
@@ -133,7 +133,7 @@ SvStream& RTFOutFuncs::Out_Char(SvStream& rStream, sal_Unicode c,
for (sal_Int32 nI = 0; nI < nLen; ++nI)
{
rStream << "\\'";
- Out_Hex(rStream, sConverted.getStr()[nI], 2);
+ Out_Hex(rStream, sConverted[nI], 2);
}
}
break;