summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/servicehandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-08 20:31:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-09 08:27:53 +0200
commit6653107b838be22da2ceb6e9123dafe67b45dd91 (patch)
tree769d2981f3255905dfce762e16c42ff6a863acc9 /framework/inc/dispatch/servicehandler.hxx
parent5483d4e10aad27889b961b9cb94d7ba6c86aed0b (diff)
clean up macro usage
Change-Id: I06669718f692cc5e9e209b4e490365f4f016afdb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98389 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/dispatch/servicehandler.hxx')
-rw-r--r--framework/inc/dispatch/servicehandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx
index 47fcd7e44ba8..0ca163823fec 100644
--- a/framework/inc/dispatch/servicehandler.hxx
+++ b/framework/inc/dispatch/servicehandler.hxx
@@ -20,14 +20,14 @@
#ifndef INCLUDED_FRAMEWORK_INC_DISPATCH_SERVICEHANDLER_HXX
#define INCLUDED_FRAMEWORK_INC_DISPATCH_SERVICEHANDLER_HXX
-#include <macros/xserviceinfo.hxx>
-
#include <com/sun/star/frame/XNotifyingDispatch.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XStatusListener.hpp>
+#include <com/sun/star/lang/XServiceInfo.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase.hxx>