diff options
Diffstat (limited to 'sdext/source/presenter/PresenterProtocolHandler.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index f508e8e15e37..706612262492 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo Reference<XInterface> PresenterProtocolHandler::Create ( const Reference<uno::XComponentContext>& rxContext) - SAL_THROW((Exception)) { return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext))); } |