summaryrefslogtreecommitdiff
path: root/sfx2/source/notify
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-14 15:25:10 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 08:51:28 +0100
commit90a1232fb3a38bcf67ed2b1f195206041bca4174 (patch)
tree7119ea40f371531e119749608a65176c1f7e6968 /sfx2/source/notify
parent4337a0664f4fb73f9e1be74f2a632847871da402 (diff)
sfx: Use constructor feature for SfxMacroLoader.
Extract that class to its own source file. Change-Id: Idc192354b88d4489db22f6f6e9b7f5178f4030e4
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r--sfx2/source/notify/eventsupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notify/eventsupplier.cxx b/sfx2/source/notify/eventsupplier.cxx
index 3a12c9e1e281..418f35d3b867 100644
--- a/sfx2/source/notify/eventsupplier.cxx
+++ b/sfx2/source/notify/eventsupplier.cxx
@@ -28,7 +28,6 @@
#include <tools/urlobj.hxx>
#include <tools/diagnose_ex.h>
#include <svl/macitem.hxx>
-#include <sfx2/appuno.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/sfxbasemodel.hxx>
#include <sfx2/evntconf.hxx>
@@ -47,6 +46,7 @@
#include <sfx2/docfile.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/frame.hxx>
+#include <macroloader.hxx>
//--------------------------------------------------------------------------------------------------------