summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/dbui/mmconfigitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/mmconfigitem.cxx')
-rw-r--r--sw/source/uibase/dbui/mmconfigitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx
index 361d1af0b7ad..e7514f7dca0b 100644
--- a/sw/source/uibase/dbui/mmconfigitem.cxx
+++ b/sw/source/uibase/dbui/mmconfigitem.cxx
@@ -407,7 +407,7 @@ static void lcl_ConvertFromNumbers(OUString& rBlock, const ResStringArray& rHead
//doesn't use ReplaceAll to prevent expansion of numbers inside of the headers
OUString sBlock(rBlock.replaceAll("\\n", OUString('\n')));
SwAddressIterator aGreetingIter(sBlock);
- sBlock = OUString();
+ sBlock.clear();
while(aGreetingIter.HasMore())
{
SwMergeAddressItem aNext = aGreetingIter.Next();
@@ -1601,7 +1601,7 @@ void SwMailMergeConfigItem::DocumentReloaded()
m_bMergeDone = false;
m_bGreetingInserted = false;
m_bAddressInserted = false;
- m_rAddressBlockFrame = OUString();
+ m_rAddressBlockFrame.clear();
}
bool SwMailMergeConfigItem::IsMailAvailable() const