Kaydet (Commit) 18ae3de8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

std::exception fixup for --enable-gnome-vfs

Change-Id: Ia0a903a38f8ae2897d0d9d6159597f720bbc24a5
üst eb4187ed
......@@ -163,7 +163,7 @@ void SAL_CALL Content::release()
ContentImplHelper::release();
}
uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType )
throw ( uno::RuntimeException )
throw ( uno::RuntimeException, std::exception )
{
// Note: isFolder may require network activities! So call it only
// if it is really necessary!!!
......@@ -183,7 +183,7 @@ uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType )
XTYPEPROVIDER_COMMON_IMPL( Content );
uno::Sequence< uno::Type > SAL_CALL Content::getTypes()
throw( uno::RuntimeException )
throw( uno::RuntimeException, std::exception )
{
static cppu::OTypeCollection *pFolderCollection = NULL;
static cppu::OTypeCollection *pFileCollection = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment