[Libreoffice-commits] core.git: editeng/source
Andras Timar
andras.timar at collabora.com
Wed Oct 23 02:04:35 PDT 2013
editeng/source/editeng/impedit2.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 3e53bb6b67ca229a6a57b3d8847404b2feed8103
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Oct 23 11:03:19 2013 +0200
remove comment that is irrelevant after the death of String class
Change-Id: I791b007b68247a041f33d779276d1bb0d7e06e78
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index e6c26e7..e595ddd 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2686,8 +2686,6 @@ EditPaM ImpEditEngine::ImpInsertText(const EditSelection& aCurSel, const OUStrin
// Token LINE_SEP query,
// since the MAC-Compiler makes something else from \n !
- // fdo#39869 The loop run variable must be capable to hold STRLEN_MAX+1,
- // that with STRING32 would be SAL_MAX_INT32+1 but with 16-bit is 0xFFFF+1
sal_Int32 nStart = 0;
while ( nStart < aText.getLength() )
{
More information about the Libreoffice-commits
mailing list