summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filcmd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filcmd.cxx')
-rw-r--r--ucb/source/ucp/file/filcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filcmd.cxx b/ucb/source/ucp/file/filcmd.cxx
index 0c7756b7f268..95be18aa33dd 100644
--- a/ucb/source/ucp/file/filcmd.cxx
+++ b/ucb/source/ucp/file/filcmd.cxx
@@ -91,7 +91,7 @@ XCommandInfo_impl::getCommandInfoByName(
if( m_pMyShell->m_sCommandInfo[i].Name == aName )
return m_pMyShell->m_sCommandInfo[i];
- throw UnsupportedCommandException( THROW_WHERE, uno::Reference< uno::XInterface >() );
+ throw UnsupportedCommandException( THROW_WHERE );
}
@@ -105,7 +105,7 @@ XCommandInfo_impl::getCommandInfoByHandle(
if( m_pMyShell->m_sCommandInfo[i].Handle == Handle )
return m_pMyShell->m_sCommandInfo[i];
- throw UnsupportedCommandException( THROW_WHERE, uno::Reference< uno::XInterface >() );
+ throw UnsupportedCommandException( THROW_WHERE );
}