diff options
author | Peter Burow <pb@openoffice.org> | 2001-08-27 06:47:20 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-08-27 06:47:20 +0000 |
commit | 9b0e786b4d652e47d40494a16a8fb7b5d322a215 (patch) | |
tree | ea5e71afaedbd068e479b100895008494d1a1d19 /sfx2 | |
parent | 352e0c938d1f8d5856d38b1e62c1db876e581c18 (diff) |
fix: #91512# mark subindex entries with a blank
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index a483bd5898a5..18670f2cd999 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: newhelp.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: pb $ $Date: 2001-08-20 14:30:48 $ + * last change: $Author: pb $ $Date: 2001-08-27 07:47:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -584,6 +584,7 @@ void IndexTabPage_Impl::InitializeIndex() aIndexCB.InsertEntry( aToken ); } String aSubIndex( TRIM( aKeywordPair.GetToken( 0, ';', nIdx ) ) ); + aSubIndex.Insert( ' ', 0 ); for ( j = 0; j < nRefCount; ++j ) { if ( aIndexCB.GetEntryPos( aSubIndex ) != LISTBOX_ENTRY_NOTFOUND ) |