summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaaddin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaaddin.cxx')
-rw-r--r--sw/source/ui/vba/vbaaddin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaaddin.cxx b/sw/source/ui/vba/vbaaddin.cxx
index 2153b5800ca3..4547af5bfd0b 100644
--- a/sw/source/ui/vba/vbaaddin.cxx
+++ b/sw/source/ui/vba/vbaaddin.cxx
@@ -45,7 +45,7 @@ OUString SAL_CALL SwVbaAddin::getName() throw (uno::RuntimeException, std::excep
void SAL_CALL
SwVbaAddin::setName( const OUString& ) throw ( css::uno::RuntimeException, std::exception )
{
- throw uno::RuntimeException(" Fail to set name", uno::Reference< uno::XInterface >() );
+ throw uno::RuntimeException(" Fail to set name" );
}
OUString SAL_CALL SwVbaAddin::getPath() throw (uno::RuntimeException, std::exception)