Kaydet (Commit) 4a41d3b3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]

Change-Id: Ifd475718766a772504da9e522894b90d7e63347a
üst c744ff63
......@@ -2006,8 +2006,6 @@ long TextWin_Impl::Notify( NotifyEvent& rNEvt )
// remove docking area acceptor from layoutmanager, so it will not layout anything further .-)
static void lcl_disableLayoutOfFrame(const Reference< XFrame2 >& xFrame)
{
static const OUString PROP_LAYOUT_MANAGER("LayoutManager");
xFrame->setLayoutManager( Reference< XLayoutManager >() );
}
......
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