diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-23 11:03:19 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-23 11:03:19 +0200 |
commit | 3e53bb6b67ca229a6a57b3d8847404b2feed8103 (patch) | |
tree | 62c6c676bfeacfedc378e44f6ea21c1c09c2aac5 /editeng | |
parent | 3f98d1aeadd07d2fcf37c8a645ef6d5afb7eb7dd (diff) |
remove comment that is irrelevant after the death of String class
Change-Id: I791b007b68247a041f33d779276d1bb0d7e06e78
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index e6c26e7a15d4..e595ddd3a4b9 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() ) { |