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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/ServiceDocumenter.cxx b/unotools/source/misc/ServiceDocumenter.cxx
index 6750a69527f7..0cc5af5cbdd7 100644
--- a/unotools/source/misc/ServiceDocumenter.cxx
+++ b/unotools/source/misc/ServiceDocumenter.cxx
@@ -21,7 +21,7 @@ void unotools::misc::ServiceDocumenter::showCoreDocs(const Reference<XServiceInf
return;
auto xMSF(m_xContext->getServiceManager());
Reference<system::XSystemShellExecute> xShell(xMSF->createInstanceWithContext("com.sun.star.system.SystemShellExecute", m_xContext), uno::UNO_QUERY);
- xShell->execute(m_sCoreBaseUrl + xService->getImplementationName(), "", 0);
+ xShell->execute(m_sCoreBaseUrl + xService->getImplementationName() + ".html", "", 0);
}
void unotools::misc::ServiceDocumenter::showInterfaceDocs(const Reference<XTypeProvider>& xTypeProvider)