--------------Boundary-00=_TIAZ1ER011F8EZMCYVLG Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit The attached patch is for lib/kotext/qrichtext.txt. It removes the trigraph ??) in one of the comments by adding a space. Trigraphs are deprec(i)ated since long in C (and even more in C++). As their treatment is quite at the start of the compilation, they should also not be used in comments. Have a nice day/evening/night! --------------Boundary-00=_TIAZ1ER011F8EZMCYVLG Content-Type: text/plain; charset="us-ascii"; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" --- qrichtext.cpp.orig Fri May 31 15:23:19 2002 +++ qrichtext.cpp Fri May 31 15:45:08 2002 @@ -4280,7 +4280,7 @@ curh = h; cury = cy; curline = line; -#if 0 // code from current Qt. To be tested (uses height of char on the left??) +#if 0 // code from current Qt. To be tested (uses height of char on the left?? ) QTextStringChar *c = chr; if ( i > 0 ) --c; --------------Boundary-00=_TIAZ1ER011F8EZMCYVLG-- _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/koffice-devel