summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/mailconfigpage.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
commit09b08d4adb758b8766f22f2bac9a1fa2d94f6b53 (patch)
tree70fc2e1253b74dd88d5299c399e8751048bdf9e4 /sw/source/ui/config/mailconfigpage.cxx
parent6943c7b11c92f3d4971704abcb213f57eaa4e115 (diff)
More MSC -> _MSC_VER, sorry
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
Diffstat (limited to 'sw/source/ui/config/mailconfigpage.cxx')
-rw-r--r--sw/source/ui/config/mailconfigpage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index 7553688ff0c5..8dc428e6c0d7 100644
--- a/sw/source/ui/config/mailconfigpage.cxx
+++ b/sw/source/ui/config/mailconfigpage.cxx
@@ -127,7 +127,7 @@ public:
SwMailConfigPage::SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ) :
SfxTabPage(pParent, SW_RES(TP_MAILCONFIG), rSet),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (disable : 4355)
#endif
m_aIdentityFL( this, SW_RES( FL_IDENTITY)),
@@ -147,7 +147,7 @@ SwMailConfigPage::SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ) :
m_aServerAuthenticationPB( this, SW_RES( PB_AUTHENTICATION )),
m_aSeparatorFL( this, SW_RES( FL_SEPARATOR )),
m_aTestPB( this, SW_RES( PB_TEST)),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (default : 4355)
#endif
m_pConfigItem( new SwMailMergeConfigItem )
@@ -236,7 +236,7 @@ IMPL_LINK_NOARG(SwMailConfigPage, TestHdl)
SwTestAccountSettingsDialog::SwTestAccountSettingsDialog(SwMailConfigPage* pParent) :
SfxModalDialog(pParent, SW_RES(DLG_MM_TESTACCOUNTSETTINGS)),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (disable : 4355)
#endif
m_aInfoFI( this, SW_RES( FI_INFO )),
@@ -248,7 +248,7 @@ SwTestAccountSettingsDialog::SwTestAccountSettingsDialog(SwMailConfigPage* pPare
m_aStopPB( this, SW_RES( PB_STOP )),
m_aCancelPB( this, SW_RES( PB_CANCEL )),
m_aHelpPB( this, SW_RES( PB_HELP )),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (default : 4355)
#endif
m_aImageList( SW_RES(ILIST) ),
@@ -444,7 +444,7 @@ SwMailConfigDlg::~SwMailConfigDlg()
SwAuthenticationSettingsDialog::SwAuthenticationSettingsDialog(
SwMailConfigPage* pParent, SwMailMergeConfigItem& rItem) :
SfxModalDialog(pParent, SW_RES(DLG_MM_SERVERAUTHENTICATION)),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (disable : 4355)
#endif
m_aAuthenticationCB( this, SW_RES( CB_AUTHENTICATION )),
@@ -471,7 +471,7 @@ SwAuthenticationSettingsDialog::SwAuthenticationSettingsDialog(
m_aOKPB( this, SW_RES( PB_OK )),
m_aCancelPB( this, SW_RES( PB_CANCEL )),
m_aHelpPB( this, SW_RES( PB_HELP )),
-#ifdef MSC
+#ifdef _MSC_VER
#pragma warning (default : 4355)
#endif
rConfigItem( rItem )