To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79886





------- Additional comments from [EMAIL PROTECTED] Mon Aug  6 06:55:33 +0000 
2007 -------
->dongqg: The patch results in not searching anything if the CheckBox is clicked
but no ListBox entry is selected. I propose to additionally select the first
ListBox entry when the find dialog is created: 

Index: createaddresslistdialog.cxx
===================================================================
RCS file: /cvs/sw/sw/source/ui/dbui/createaddresslistdialog.cxx,v
retrieving revision 1.10
diff -u -r1.10 createaddresslistdialog.cxx
--- createaddresslistdialog.cxx 26 Apr 2007 08:52:24 -0000      1.10
+++ createaddresslistdialog.cxx 6 Aug 2007 06:53:55 -0000
@@ -596,6 +596,7 @@
                     aHeaderIter != m_pCSVData->aDBColumnHeaders.end(); 
                     ++aHeaderIter)
             rColumnBox.InsertEntry(*aHeaderIter);
+        rColumnBox.SelectEntryPos( 0 );
     }      
     else
         m_pFindDlg->Show(!m_pFindDlg->IsVisible());


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to