summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-10-01 06:46:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-10-01 06:46:01 +0000
commit8a54fd8ca931eb28737470d0ee1fe6876ae8b153 (patch)
tree092af860b59d22e6457c68d7483753865adfc4b9 /sw/source/ui/dbui/mmoutputpage.hxx
parentCWS-TOOLING: integrate CWS docmacroassignments_DEV300 (diff)
downloadcore-8a54fd8ca931eb28737470d0ee1fe6876ae8b153.tar.gz
core-8a54fd8ca931eb28737470d0ee1fe6876ae8b153.zip
CWS-TOOLING: integrate CWS os117
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index a1f544ab80f7..6a02a8482416 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mmoutputpage.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.10.136.1 $
*
* This file is part of OpenOffice.org.
*
@@ -118,6 +118,8 @@ class SwMailMergeOutputPage : public svt::OWizardPage
long m_nFromToNFPos;
long m_nRBOffset;
+ bool m_bCancelSaving;
+
SwMailMergeWizard* m_pWizard;
//some dialog data
@@ -138,7 +140,7 @@ class SwMailMergeOutputPage : public svt::OWizardPage
DECL_LINK(SendAsHdl_Impl, PushButton*);
DECL_LINK(SendDocumentsHdl_Impl, PushButton*);
DECL_LINK(DocumentSelectionHdl_Impl, RadioButton*);
-
+ DECL_LINK(SaveCancelHdl_Impl, Button*);
protected:
virtual bool canAdvance() const;
virtual void ActivatePage();