summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/macassgn.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-09-30 12:22:37 +0000
committerRüdiger Timm <rt@openoffice.org>2008-09-30 12:22:37 +0000
commit9b6660956c25e4a4945847c3d3e221ed43002a3c (patch)
tree59a5d32cef6a384d6be28e4db0c260b47812afd2 /sw/source/ui/inc/macassgn.hxx
parent1bb2185baa94b681d711c61c4b1983b2ca355471 (diff)
CWS-TOOLING: integrate CWS docmacroassignments_DEV300
Diffstat (limited to 'sw/source/ui/inc/macassgn.hxx')
-rw-r--r--sw/source/ui/inc/macassgn.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sw/source/ui/inc/macassgn.hxx b/sw/source/ui/inc/macassgn.hxx
index 94415e33dd2a..bff990d65222 100644
--- a/sw/source/ui/inc/macassgn.hxx
+++ b/sw/source/ui/inc/macassgn.hxx
@@ -48,7 +48,12 @@ enum DlgEventType
class SwMacroAssignDlg : public SfxMacroAssignDlg
{
public:
- SwMacroAssignDlg( Window* pParent, SfxItemSet& rSet, DlgEventType eType );
+ SwMacroAssignDlg(
+ Window* pParent,
+ SfxItemSet& rSet,
+ const SwWrtShell& rSh,
+ DlgEventType eType
+ );
virtual ~SwMacroAssignDlg();
static void AddEvents( SfxMacroTabPage& rPg, DlgEventType eType );