diff options
Diffstat (limited to 'sw/source/ui/vba/vbadocument.cxx')
-rw-r--r-- | sw/source/ui/vba/vbadocument.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx index 4ae44052a901..75d0aa6cd2cd 100644 --- a/sw/source/ui/vba/vbadocument.cxx +++ b/sw/source/ui/vba/vbadocument.cxx @@ -81,7 +81,8 @@ SwVbaDocument::getContent() throw ( uno::RuntimeException, std::exception ) } uno::Reference< word::XRange > SAL_CALL -SwVbaDocument::Range( const uno::Any& rStart, const uno::Any& rEnd ) throw ( uno::RuntimeException, std::exception ) +SwVbaDocument::Range( const uno::Any& rStart, const uno::Any& rEnd ) + throw (css::script::BasicErrorException, uno::RuntimeException, std::exception) { if( !rStart.hasValue() && !rEnd.hasValue() ) return getContent(); |