summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/redlndlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/redlndlg.cxx')
-rw-r--r--sw/source/ui/misc/redlndlg.cxx8
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 );
}
/*------------------------------------------------------------------------