summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-09 13:36:44 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:19:06 +0200
commitecdce39037f8ee0fd660b0b1a7ecae3234380f2f (patch)
tree691aaffbbbc14da27baf0d5e9cf0054ee62597c4 /sw/source/ui/dbui/mmoutputpage.hxx
parentconvert sw/source/ui/docvw/*.hxx from String to OUString (diff)
downloadcore-ecdce39037f8ee0fd660b0b1a7ecae3234380f2f.tar.gz
core-ecdce39037f8ee0fd660b0b1a7ecae3234380f2f.zip
convert sw/source/ui/dbui/*.hxx from String to OUString
Change-Id: I43deb5f70beddec6689a7e1cfb7d76e403b79819
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 874c5cf2ebc7..ddcdb70eab94 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -84,17 +84,17 @@ class SwMailMergeOutputPage : public svt::OWizardPage
PushButton m_aSendDocumentsPB;
//some FixedLine labels
- String m_sSaveStartST;
- String m_sSaveMergedST;
- String m_sPrintST;
- String m_sSendMailST;
+ OUString m_sSaveStartST;
+ OUString m_sSaveMergedST;
+ OUString m_sPrintST;
+ OUString m_sSendMailST;
//misc strings
- String m_sDefaultAttachmentST;
- String m_sNoSubjectST;
- String m_sConfigureMail;
+ OUString m_sDefaultAttachmentST;
+ OUString m_sNoSubjectST;
+ OUString m_sConfigureMail;
- String m_sBody;
+ OUString m_sBody;
long m_nFromToRBPos;
long m_nFromToFTPos;
@@ -107,8 +107,8 @@ class SwMailMergeOutputPage : public svt::OWizardPage
//some dialog data
Printer* m_pTempPrinter;
- String m_sCC;
- String m_sBCC;
+ OUString m_sCC;
+ OUString m_sBCC;
DECL_LINK(OutputTypeHdl_Impl, RadioButton*);
@@ -168,17 +168,17 @@ class SW_DLLPUBLIC SwSendMailDialog : public ModelessDialog //SfxModalDialog
PushButton m_aStopPB;
PushButton m_aClosePB;
- String m_sMore;
- String m_sLess;
- String m_sContinue;
- String m_sStop;
- String m_sSend;
- String m_sTransferStatus;
+ OUString m_sMore;
+ OUString m_sLess;
+ OUString m_sContinue;
+ OUString m_sStop;
+ OUString m_sSend;
+ OUString m_sTransferStatus;
OUString m_sErrorStatus;
- String m_sSendingTo;
- String m_sCompleted;
- String m_sFailed;
- String m_sTerminateQuery;
+ OUString m_sSendingTo;
+ OUString m_sCompleted;
+ OUString m_sFailed;
+ OUString m_sTerminateQuery;
bool m_bCancel;
bool m_bDesctructionEnabled;