diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-06 11:09:44 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-06 11:29:56 +0400 |
commit | ca9967344682a0d3e25d7ebcc9df2c679cb082f8 (patch) | |
tree | 9dace6df20daa08b6f1596a9ddf6c837aa68879c /framework/source/uielement | |
parent | 20aad2af9b01df77ec5b01931da51523d08af69a (diff) |
fdo#50651: update layout after toolbar destruction
plus update confusing comments
Change-Id: I9bdab918566548b576fd22389492216fc4aff7df
Diffstat (limited to 'framework/source/uielement')
-rw-r--r-- | framework/source/uielement/toolbarmanager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 63e24f7fb6b8..475c99aa7e84 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -2152,7 +2152,7 @@ IMPL_STATIC_LINK_NOINSTANCE( ToolBarManager, ExecuteHdl_Impl, ExecuteInfo*, pExe ( pExecuteInfo->xLayoutManager.is() ) && ( pExecuteInfo->xWindow.is() )) { - // Use docking window close to close the toolbar. The layout manager is + // Use docking window close to close the toolbar. The toolbar layout manager is // listener and will react correctly according to the context sensitive // flag of our toolbar. Window* pWin = VCLUnoHelper::GetWindow( pExecuteInfo->xWindow ); |