summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/mailconfigpage.hxx
diff options
context:
space:
mode:
authorCsikós Tamás <csks.tomi@gmail.com>2013-07-09 14:53:49 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-10 14:27:31 +0000
commit43f2c887a0ed365c2f06d29bb5fa5512cbcaf542 (patch)
treead467d90dc0030a949d3d2fe8cc6b8507dbcb467 /sw/source/ui/inc/mailconfigpage.hxx
parentRevert "fix for fdo#66718, access correct clipboard" (diff)
downloadcore-43f2c887a0ed365c2f06d29bb5fa5512cbcaf542.tar.gz
core-43f2c887a0ed365c2f06d29bb5fa5512cbcaf542.zip
modern .ui widgetlayout for mailconfigpage
Change-Id: I1e7dae74e20f9133f3c4f6319bc294ea5bec22f6 Reviewed-on: https://gerrit.libreoffice.org/4783 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/inc/mailconfigpage.hxx')
-rw-r--r--sw/source/ui/inc/mailconfigpage.hxx30
1 files changed, 10 insertions, 20 deletions
diff --git a/sw/source/ui/inc/mailconfigpage.hxx b/sw/source/ui/inc/mailconfigpage.hxx
index f6db44f357d9..232929126611 100644
--- a/sw/source/ui/inc/mailconfigpage.hxx
+++ b/sw/source/ui/inc/mailconfigpage.hxx
@@ -33,30 +33,20 @@ class SwMailConfigPage : public SfxTabPage
{
friend class SwTestAccountSettingsDialog;
- FixedLine m_aIdentityFL;
+ Edit* m_pDisplayNameED;
+ Edit* m_pAddressED;
- FixedText m_aDisplayNameFT;
- Edit m_aDisplayNameED;
- FixedText m_aAddressFT;
- Edit m_aAddressED;
+ CheckBox* m_pReplyToCB;
+ FixedText* m_pReplyToFT;
+ Edit* m_pReplyToED;
- CheckBox m_aReplyToCB;
- FixedText m_aReplyToFT;
- Edit m_aReplyToED;
+ Edit* m_pServerED;
+ NumericField* m_pPortNF;
- FixedLine m_aSMTPFL;
+ CheckBox* m_pSecureCB;
- FixedText m_aServerFT;
- Edit m_aServerED;
- FixedText m_aPortFT;
- NumericField m_aPortNF;
-
- CheckBox m_aSecureCB;
-
- PushButton m_aServerAuthenticationPB;
-
- FixedLine m_aSeparatorFL;
- PushButton m_aTestPB;
+ PushButton* m_pServerAuthenticationPB;
+ PushButton* m_pTestPB;
SwMailMergeConfigItem* m_pConfigItem;