summaryrefslogtreecommitdiff
path: root/unotools/source/misc/ServiceDocumenter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/ServiceDocumenter.cxx')
-rw-r--r--unotools/source/misc/ServiceDocumenter.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/misc/ServiceDocumenter.cxx b/unotools/source/misc/ServiceDocumenter.cxx
index 7b90b57ebfcc..f1d1500ccb74 100644
--- a/unotools/source/misc/ServiceDocumenter.cxx
+++ b/unotools/source/misc/ServiceDocumenter.cxx
@@ -16,7 +16,6 @@ using lang::XServiceInfo;
using lang::XTypeProvider;
void unotools::misc::ServiceDocumenter::showCoreDocs(const Reference<XServiceInfo>& xService)
- throw (css::uno::RuntimeException, std::exception)
{
if(!xService.is())
return;
@@ -26,7 +25,6 @@ void unotools::misc::ServiceDocumenter::showCoreDocs(const Reference<XServiceInf
}
void unotools::misc::ServiceDocumenter::showInterfaceDocs(const Reference<XTypeProvider>& xTypeProvider)
- throw (css::uno::RuntimeException, std::exception)
{
if(!xTypeProvider.is())
return;
@@ -43,7 +41,6 @@ void unotools::misc::ServiceDocumenter::showInterfaceDocs(const Reference<XTypeP
}
void unotools::misc::ServiceDocumenter::showServiceDocs(const Reference<XServiceInfo>& xService)
- throw (css::uno::RuntimeException, std::exception)
{
if(!xService.is())
return;