diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-08 13:57:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-10 09:18:59 +0200 |
commit | 2d5ba868d16661221075b4fc919174ab97dbfb80 (patch) | |
tree | 407f445645b38621114ccd5f893fd093fdff21f8 /sw/source/ui/dbui/mmlayoutpage.hxx | |
parent | 066f564990398399b58e083efb260eac93121920 (diff) |
convert sw/source/ui/inc/uno*.hxx from String to OUString
Change-Id: I7f6b4a29655390356aef9c6045590ee00c0fed4f
Diffstat (limited to 'sw/source/ui/dbui/mmlayoutpage.hxx')
-rw-r--r-- | sw/source/ui/dbui/mmlayoutpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmlayoutpage.hxx b/sw/source/ui/dbui/mmlayoutpage.hxx index ca16b1ad71b0..1e6e7a2127ef 100644 --- a/sw/source/ui/dbui/mmlayoutpage.hxx +++ b/sw/source/ui/dbui/mmlayoutpage.hxx @@ -61,7 +61,7 @@ class SwMailMergeLayoutPage : public svt::OWizardPage SwOneExampleFrame* m_pExampleFrame; SwWrtShell* m_pExampleWrtShell; - String m_sExampleURL; + OUString m_sExampleURL; SwFrmFmt* m_pAddressBlockFormat; bool m_bIsGreetingInserted; |