summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmdocselectpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmdocselectpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.hxx22
1 files changed, 10 insertions, 12 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.hxx b/sw/source/ui/dbui/mmdocselectpage.hxx
index cc81c02c3dbe..a10064ba8642 100644
--- a/sw/source/ui/dbui/mmdocselectpage.hxx
+++ b/sw/source/ui/dbui/mmdocselectpage.hxx
@@ -28,21 +28,19 @@ class SwMailMergeWizard;
class SwMailMergeDocSelectPage : public svt::OWizardPage
{
- SwBoldFixedInfo m_aHeaderFI;
- FixedInfo m_aHowToFT;
- RadioButton m_aCurrentDocRB;
- RadioButton m_aNewDocRB;
- RadioButton m_aLoadDocRB;
- RadioButton m_aLoadTemplateRB;
- RadioButton m_aRecentDocRB;
+ RadioButton* m_pCurrentDocRB;
+ RadioButton* m_pNewDocRB;
+ RadioButton* m_pLoadDocRB;
+ RadioButton* m_pLoadTemplateRB;
+ RadioButton* m_pRecentDocRB;
- PushButton m_aBrowseDocPB;
- PushButton m_aBrowseTemplatePB;
+ PushButton* m_pBrowseDocPB;
+ PushButton* m_pBrowseTemplatePB;
- ListBox m_aRecentDocLB;
+ ListBox* m_pRecentDocLB;
- String m_sLoadFileName;
- String m_sLoadTemplateName;
+ OUString m_sLoadFileName;
+ OUString m_sLoadTemplateName;
SwMailMergeWizard* m_pWizard;