diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-11 09:32:01 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-11 09:32:01 +0300 |
commit | 4a41d3b36b06c6f71fd9a2d742933888980313c5 (patch) | |
tree | fe9c9366325ba025b1402f806189924ccba11787 /sfx2 | |
parent | c744ff638f778e641ea7ee37d4700c946af5a45e (diff) |
Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]
Change-Id: Ifd475718766a772504da9e522894b90d7e63347a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/newhelp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx index 5078c95e57e9..5ccb89b35801 100644 --- a/sfx2/source/appl/newhelp.cxx +++ b/sfx2/source/appl/newhelp.cxx @@ -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 >() ); } |