Kaydet (Commit) 8626e81d authored tarafından Julien Nabet's avatar Julien Nabet

tdf#122136: select first element if there's at least one

See bt from https://bugs.documentfoundation.org/attachment.cgi?id=147594

Change-Id: Ibf031b8024aa4952e2d3263a445cafdb3c031390
Reviewed-on: https://gerrit.libreoffice.org/65220
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 40328178
...@@ -1014,9 +1014,9 @@ void SvxJavaClassPathDlg::SetClassPath( const OUString& _rPath ) ...@@ -1014,9 +1014,9 @@ void SvxJavaClassPathDlg::SetClassPath( const OUString& _rPath )
m_xPathList->append("", sPath, SvFileInformationManager::GetImageId(aURL)); m_xPathList->append("", sPath, SvFileInformationManager::GetImageId(aURL));
} }
while (nIdx>=0); while (nIdx>=0);
// select first entry
m_xPathList->select(0);
} }
// select first entry
m_xPathList->select(0);
SelectHdl_Impl(*m_xPathList); SelectHdl_Impl(*m_xPathList);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment