summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-12 16:05:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-12 16:33:42 +0100
commitd152dca0ef47fdb6f87fb0d7cc0fe0c3242f6c50 (patch)
treed1eda2df2e9bb8ed96b240bbeede613c39c74cbb /cui
parente48cb3667db5ffbd75ed74d18da64ee1c204b372 (diff)
add SetAccessibleRelationMemberOf back again FWIW
Change-Id: Ic99c6b20d4622323d3d5ddea24338fbcbd4d0b8c
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/insdlg.cxx1
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()