summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-09 15:10:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-09 15:28:43 +0000
commit6851074c8a515ec5a7856d4b744e3425c8829a29 (patch)
tree07a4c1818af22fb6d19a8862a311e15f97aeeda1 /sal
parentd48b805794a6317e13826d52bbeaa37576ac57bb (diff)
Resolves: tdf#66237 set layout manager the way it used to
model Frame::setLayoutManager after the Frame::impl_setPropertyValue handler for FRAME_PROPHANDLE_LAYOUTMANAGER which used to be used before commit b248624126c271c88381d3dad6e04fc954f65779 Date: Fri Mar 22 09:24:15 2013 +0200 fdo#46808, Convert frame::Frame to new style i.e. - Reference< XPropertySet > xFrameProps( m_xFrame, UNO_QUERY_THROW ); - xFrameProps->setPropertyValue( OUString( "LayoutManager" ), makeAny(Reference< XLayoutManager >()) ); + m_xFrame->setLayoutManager( Reference< XLayoutManager >() ); Change-Id: I00f1a2cb8e4fafc6d484634619cbeaf58c603d87
Diffstat (limited to 'sal')
0 files changed, 0 insertions, 0 deletions