cid#707234 Uncaught exception
Change-Id: I1c6bf752deafeb445bbe7132c851fe5e84be3ca4
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
|||||||
|
|
||||||
virtual ~SvxUnoXPropertyTable() throw();
|
virtual ~SvxUnoXPropertyTable() throw();
|
||||||
|
|
||||||
virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw() = 0;
|
virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw(uno::RuntimeException) = 0;
|
||||||
virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw(uno::RuntimeException, lang::IllegalArgumentException) = 0;
|
virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw(uno::RuntimeException, lang::IllegalArgumentException) = 0;
|
||||||
|
|
||||||
// XServiceInfo
|
// XServiceInfo
|
||||||
@@ -635,7 +635,7 @@ public:
|
|||||||
SvxUnoXBitmapTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLBITMAP, pTable ) {};
|
SvxUnoXBitmapTable( XPropertyList* pTable ) throw() : SvxUnoXPropertyTable( XATTR_FILLBITMAP, pTable ) {};
|
||||||
|
|
||||||
// SvxUnoXPropertyTable
|
// SvxUnoXPropertyTable
|
||||||
virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw() SAL_OVERRIDE;
|
virtual uno::Any getAny( const XPropertyEntry* pEntry ) const throw(uno::RuntimeException) SAL_OVERRIDE;
|
||||||
virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw(uno::RuntimeException) SAL_OVERRIDE;
|
virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw(uno::RuntimeException) SAL_OVERRIDE;
|
||||||
|
|
||||||
// XElementAccess
|
// XElementAccess
|
||||||
@@ -652,7 +652,7 @@ uno::Reference< uno::XInterface > SAL_CALL SvxUnoXBitmapTable_createInstance( XP
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SvxUnoXPropertyTable
|
// SvxUnoXPropertyTable
|
||||||
uno::Any SvxUnoXBitmapTable::getAny( const XPropertyEntry* pEntry ) const throw()
|
uno::Any SvxUnoXBitmapTable::getAny( const XPropertyEntry* pEntry ) const throw(uno::RuntimeException)
|
||||||
{
|
{
|
||||||
OUString aURL( UNO_NAME_GRAPHOBJ_URLPREFIX);
|
OUString aURL( UNO_NAME_GRAPHOBJ_URLPREFIX);
|
||||||
const GraphicObject& rGraphicObject(((XBitmapEntry*)pEntry)->GetGraphicObject());
|
const GraphicObject& rGraphicObject(((XBitmapEntry*)pEntry)->GetGraphicObject());
|
||||||
|
Reference in New Issue
Block a user