summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmdocselectpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-26 14:00:22 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-27 11:16:12 +0200
commitc9483451aaeea5c47726336c7b465c7618e1d37e (patch)
treeed321622b03190a482fee81b100a27fdf827a9e7 /sw/source/ui/dbui/mmdocselectpage.hxx
parentb3a8056a499ca2a5cb809fcec52aebddd4e17f23 (diff)
convert mailmerge select page to .ui
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
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;