summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/doc.cxx')
-rw-r--r--sw/source/core/doc/doc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 3462e97f08f2..2c54cfe95b9d 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -1123,8 +1123,8 @@ sal_uInt16 SwDoc::GetRefMarks( std::vector<OUString>* pNames ) const
{
if( pNames )
{
- OUString pTmp(static_cast<const SwFormatRefMark*>(pItem)->GetRefName());
- pNames->insert(pNames->begin() + nCount, pTmp);
+ OUString aTmp(static_cast<const SwFormatRefMark*>(pItem)->GetRefName());
+ pNames->insert(pNames->begin() + nCount, aTmp);
}
++nCount;
}