Bugzilla – Attachment 46603 Details for
Bug 37103
LibO crashes when hiding the find / search toolbar by keyboard Esc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
37103-toolbar.diff (text/plain), 699 bytes, created by
Noel Power
on 2011-05-11 05:46:26 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Noel Power
Created:
2011-05-11 05:46:26 UTC
Size:
699 bytes
patch
obsolete
>diff --git framework/source/uielement/toolbarmanager.cxx framework/source/uielement/toolbarmanager.cxx >index dcbecf0..8a0578f 100644 >--- framework/source/uielement/toolbarmanager.cxx >+++ framework/source/uielement/toolbarmanager.cxx >@@ -314,6 +314,7 @@ ToolBarManager::~ToolBarManager() > > void ToolBarManager::Destroy() > { >+ OSL_ASSERT( m_pToolBar != 0 ); > ResetableGuard aGuard( m_aLock ); > if ( m_bAddedToTaskPaneList ) > { >@@ -349,6 +350,7 @@ void ToolBarManager::Destroy() > m_pToolBar->SetDoubleClickHdl( aEmpty ); > m_pToolBar->SetStateChangedHdl( aEmpty ); > m_pToolBar->SetDataChangedHdl( aEmpty ); >+ m_pToolBar->SetCommandHdl( aEmpty ); > > m_pToolBar = 0; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37103
:
46593
| 46603