diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 16:05:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 16:33:42 +0100 |
commit | d152dca0ef47fdb6f87fb0d7cc0fe0c3242f6c50 (patch) | |
tree | d1eda2df2e9bb8ed96b240bbeede613c39c74cbb | |
parent | e48cb3667db5ffbd75ed74d18da64ee1c204b372 (diff) |
add SetAccessibleRelationMemberOf back again FWIW
Change-Id: Ic99c6b20d4622323d3d5ddea24338fbcbd4d0b8c
-rw-r--r-- | cui/source/dialogs/insdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index b3a10cb1e57f..df66ebc0348a 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -209,6 +209,7 @@ SvInsertOleDlg::SvInsertOleDlg m_pRbObjectFromfile->SetClickHdl( aLink ); m_pRbNewObject->Check( sal_True ); RadioHdl( NULL ); + m_pBtnFilepath->SetAccessibleRelationMemberOf(m_pFileFrame->get_label_widget()); } short SvInsertOleDlg::Execute() |