summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/treeview')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index e8045b80d365..23c1d1b23a6d 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -885,9 +885,7 @@ void ExtensionIteratorBase::init()
m_xContext = ::comphelper::getProcessComponentContext();
if( !m_xContext.is() )
{
- throw RuntimeException(
- OUString( "ExtensionIteratorBase::init(), no XComponentContext" ),
- Reference< XInterface >() );
+ throw RuntimeException( "ExtensionIteratorBase::init(), no XComponentContext" );
}
m_xSFA = ucb::SimpleFileAccess::create(m_xContext);