Bugzilla – Attachment 49659 Details for
Bug 39467
Crash when opening new document from particular EXTENSION
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
I think we should do this at least
toolkit.throw.if.unsatisfied.patch (text/plain), 744 bytes, created by
Caolán McNamara
on 2011-07-28 02:32:58 UTC
(
hide
)
Description:
I think we should do this at least
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2011-07-28 02:32:58 UTC
Size:
744 bytes
patch
obsolete
>diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx >index 5c2b8d7..e56f070 100644 >--- a/toolkit/source/controls/unocontrol.cxx >+++ b/toolkit/source/controls/unocontrol.cxx >@@ -1343,8 +1343,8 @@ void UnoControl::createPeer( const Reference< XToolkit >& rxToolkit, const Refer > sal_Bool bDesignMode(mbDesignMode); > > Reference< XGraphics > xGraphics( mxGraphics ); >- Reference< XView > xView ( getPeer(), UNO_QUERY ); >- Reference< XWindow > xWindow ( getPeer(), UNO_QUERY ); >+ Reference< XView > xView ( getPeer(), UNO_QUERY_THROW ); >+ Reference< XWindow > xWindow ( getPeer(), UNO_QUERY_THROW ); > > aGuard.clear(); >
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 39467
:
49418
|
49491
|
49492
| 49659