From 69e1261df646edf24612d7f953dac81182e7461b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Oct 2024 13:39:23 +0900 Subject: Drop Borland compiler specific code Signed-off-by: Michele Calgaro --- src/kernel/tqrichtext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/tqrichtext.cpp') diff --git a/src/kernel/tqrichtext.cpp b/src/kernel/tqrichtext.cpp index 57b091721..3585e470d 100644 --- a/src/kernel/tqrichtext.cpp +++ b/src/kernel/tqrichtext.cpp @@ -2257,7 +2257,7 @@ TQString TQTextDocument::plainText() const TQTextParagraph *p = fParag; while ( p ) { if ( !p->mightHaveCustomItems ) { - const TQTextString *ts = p->string(); // workaround VC++ and Borland + const TQTextString *ts = p->string(); s = ts->toString(); // with FALSE we don't fix spaces (nbsp) } else { for ( int i = 0; i < p->length() - 1; ++i ) { -- cgit v1.2.3