diff options
-rw-r--r-- | sw/source/core/text/porlay.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx index b4212904b18c..f0fcbb1a48dd 100644 --- a/sw/source/core/text/porlay.cxx +++ b/sw/source/core/text/porlay.cxx @@ -797,6 +797,7 @@ void SwScriptInfo::InitScriptInfo(const SwTextNode& rNode, } } } + nOffset += TextFrameIndex(iter->nEnd - iter->nStart); } } else |