summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/break.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-01 07:59:06 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-01 07:59:06 +0000
commitafaf1ca30ca52da6d08c2d91af3d64c4b5ef1b94 (patch)
tree2b86c867744ea545bef957e3ada9a0846406c57b /sw/source/ui/inc/break.hxx
parentf37e9270a2883580a229ea538e7364845333af6f (diff)
#100754#: macro recording
Diffstat (limited to 'sw/source/ui/inc/break.hxx')
-rw-r--r--sw/source/ui/inc/break.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/source/ui/inc/break.hxx b/sw/source/ui/inc/break.hxx
index 2c6be1875a13..03fbfd209d26 100644
--- a/sw/source/ui/inc/break.hxx
+++ b/sw/source/ui/inc/break.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: break.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-05-30 16:23:35 $
+ * last change: $Author: mba $ $Date: 2002-07-01 08:57:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,10 @@ class SwBreakDlg: public SvxStandardDialog
CancelButton aCancelBtn;
HelpButton aHelpBtn;
+ String aTemplate;
+ USHORT nKind;
+ USHORT nPgNum;
+
BOOL bHtmlMode;
DECL_LINK( ClickHdl, void * );
@@ -114,6 +118,10 @@ protected:
public:
SwBreakDlg( Window *pParent, SwWrtShell &rSh );
~SwBreakDlg();
+
+ String GetTemplateName() { return aTemplate; }
+ USHORT GetKind() { return nKind; }
+ USHORT GetPageNumber() { return nPgNum; }
};
#endif