summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndcopy.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-15 17:56:32 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:22 +0200
commitdf1b20d47aba481f27c7ac3428267c8c9e5ae4b1 (patch)
tree495e5a201f8e184932a2d48cbc033d1f5e66fdac /sw/source/core/docnode/ndcopy.cxx
parent0422a95d375b8beed7dae7aebbb70b9bad9219d1 (diff)
convert sw/source/core/docnode/*.cxx from String to OUString
Change-Id: I1c9e569b41f953510160cefee626ee7c9440c3c0
Diffstat (limited to 'sw/source/core/docnode/ndcopy.cxx')
-rw-r--r--sw/source/core/docnode/ndcopy.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx
index 9cd58f543d62..7a8f76cba5fa 100644
--- a/sw/source/core/docnode/ndcopy.cxx
+++ b/sw/source/core/docnode/ndcopy.cxx
@@ -1008,7 +1008,7 @@ bool SwDoc::CopyImpl( SwPaM& rPam, SwPosition& rPos,
int aNumRuleState = SFX_ITEM_UNKNOWN;
SwNumRuleItem aNumRuleItem;
int aListIdState = SFX_ITEM_UNKNOWN;
- SfxStringItem aListIdItem( RES_PARATR_LIST_ID, String() );
+ SfxStringItem aListIdItem( RES_PARATR_LIST_ID, OUString() );
{
const SfxItemSet * pAttrSet = pDestTxtNd->GetpSwAttrSet();
if (pAttrSet != NULL)
@@ -1153,7 +1153,7 @@ bool SwDoc::CopyImpl( SwPaM& rPam, SwPosition& rPos,
int aNumRuleState = SFX_ITEM_UNKNOWN;
SwNumRuleItem aNumRuleItem;
int aListIdState = SFX_ITEM_UNKNOWN;
- SfxStringItem aListIdItem( RES_PARATR_LIST_ID, String() );
+ SfxStringItem aListIdItem( RES_PARATR_LIST_ID, OUString() );
{
const SfxItemSet* pAttrSet = pDestTxtNd->GetpSwAttrSet();
if (pAttrSet != NULL)