summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/macassgn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/macassgn.hxx')
-rw-r--r--sw/source/ui/inc/macassgn.hxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/sw/source/ui/inc/macassgn.hxx b/sw/source/ui/inc/macassgn.hxx
index bff990d65222..7bc67ab98e93 100644
--- a/sw/source/ui/inc/macassgn.hxx
+++ b/sw/source/ui/inc/macassgn.hxx
@@ -30,7 +30,7 @@
#ifndef _MACASSGN_HXX
#define _MACASSGN_HXX
-#include <sfx2/macropg.hxx>
+#include <sfx2/evntconf.hxx>
class SwWrtShell;
class SvxMacroItem;
@@ -45,24 +45,13 @@ enum DlgEventType
MACASSGN_ALLFRM
};
-class SwMacroAssignDlg : public SfxMacroAssignDlg
+class SwMacroAssignDlg
{
public:
- SwMacroAssignDlg(
- Window* pParent,
- SfxItemSet& rSet,
- const SwWrtShell& rSh,
- DlgEventType eType
- );
- virtual ~SwMacroAssignDlg();
-
- static void AddEvents( SfxMacroTabPage& rPg, DlgEventType eType );
+ static SfxEventNamesItem AddEvents( DlgEventType eType );
static BOOL INetFmtDlg( Window* pParent, SwWrtShell& rSh,
SvxMacroItem*& rpINetItem );
};
-
-
-
#endif