diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:59:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 13:59:03 +0000 |
commit | 7973feb01e5154246979420a9187739218377d9a (patch) | |
tree | e22e89e65bd2f9852180b87c941ebe0eb739a3da | |
parent | b4f53d2928d50a0e39173df9b6b0b8a5d83122a2 (diff) |
INTEGRATION: CWS os87 (1.23.40); FILE MERGED
2006/10/23 10:50:14 os 1.23.40.1: #i69618# make the current redline visible (not only pre-selected)
-rw-r--r-- | sw/source/ui/misc/redlndlg.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/misc/redlndlg.cxx b/sw/source/ui/misc/redlndlg.cxx index 3f27e2b59a..6e5a2f2548 100644 --- a/sw/source/ui/misc/redlndlg.cxx +++ b/sw/source/ui/misc/redlndlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: redlndlg.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:09:20 $ + * last change: $Author: vg $ $Date: 2006-11-01 14:59:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -553,6 +553,10 @@ void SwRedlineAcceptDlg::Init(USHORT nStart) InitAuthors(); pTable->SetUpdateMode(TRUE); + // #i69618# this moves the list box to the right position, visually + SvLBoxEntry* pSelEntry = pTable->FirstSelected(); + if( pSelEntry ) + pTable->MakeVisible( pSelEntry ); } /*------------------------------------------------------------------------ |