Bugzilla – Attachment 114763 Details for
Bug 46504
Bibisect regressions in LibreOffice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42982 - improve UNO API error reporting
patch.txt (text/plain), 861 bytes, created by
amol holani
on 2015-04-13 17:26:06 UTC
(
hide
)
Description:
Bug 42982 - improve UNO API error reporting
Filename:
MIME Type:
Creator:
amol holani
Created:
2015-04-13 17:26:06 UTC
Size:
861 bytes
patch
obsolete
> >Subject: [PATCH] Author: amol holani (holaniamol13@gmail.com) Date: Thur Apr 12 > Fixes bug 42982 > >--- > basic/source/uno/namecont.cxx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx >index a9307d2..4142ef3 100644 >--- a/basic/source/uno/namecont.cxx >+++ b/basic/source/uno/namecont.cxx >@@ -300,7 +300,7 @@ void SAL_CALL NameContainer::addContainerListener( const Reference< XContainerLi > throw (RuntimeException) > { > if( !xListener.is() ) >- throw RuntimeException(); >+ throw RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("XListener is not equal to 1")), static_cast< cppu::OWeakObject * >(this)); > Reference< XInterface > xIface( xListener, UNO_QUERY ); > maContainerListeners.addInterface( xIface ); > } >-- >
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 46504
:
114763