summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/oxt_handler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/oxt_handler.cxx')
-rw-r--r--framework/source/dispatch/oxt_handler.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index c50d9e5b3316..ede5c031e89c 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -23,6 +23,7 @@
#include <com/sun/star/frame/DispatchResultState.hpp>
#include <com/sun/star/task/XJobExecutor.hpp>
+#include <cppuhelper/supportsservice.hxx>
namespace framework{
@@ -40,7 +41,7 @@ sal_Bool SAL_CALL Oxt_Handler::supportsService( const OUString& sServiceName )
css::uno::Sequence< OUString > SAL_CALL Oxt_Handler::getSupportedServiceNames()
{
- return { SERVICENAME_CONTENTHANDLER };
+ return { "com.sun.star.frame.ContentHandler" };
}