diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:01:01 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2003-08-19 11:01:01 +0000 |
commit | 0c9aee1d2e9826d80a54c5b6026c2ac58e530d73 (patch) | |
tree | 8f1ff5e5ba499e8cc8de693c101705858cce1c6d /sw | |
parent | 008ff5452672a86b70d7859d065a2717c62e5d0c (diff) |
INTEGRATION: CWS os13 (1.25.114); FILE MERGED
2003/08/08 07:40:38 os 1.25.114.2: RESYNC: (1.25-1.26); FILE MERGED
2003/07/29 14:29:09 os 1.25.114.1: #i13709# replace newline by space to display in scroll bar's quick help
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/uiview/viewport.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/viewport.cxx b/sw/source/ui/uiview/viewport.cxx index 8cfffcfd8a8a..b416d0736e83 100644 --- a/sw/source/ui/uiview/viewport.cxx +++ b/sw/source/ui/uiview/viewport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewport.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2003-08-07 11:53:25 $ + * last change: $Author: hjs $ $Date: 2003-08-19 12:01:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -818,6 +818,7 @@ IMPL_LINK( SwView, ScrollHdl, SwScrollbar *, pScrollbar ) RTL_CONSTASCII_STRINGPARAM( " - " )); sPageStr.Insert( aCnt.sStr, 0, 80 ); sPageStr.SearchAndReplaceAll( '\t', ' ' ); + sPageStr.SearchAndReplaceAll( 0x0a, ' ' ); } Help::ShowQuickHelp( pScrollbar, aRect, sPageStr, |