summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/graphic')
-rw-r--r--sw/source/core/graphic/ndgrf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index fdeaf2491a2d..f52780ae9001 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -502,8 +502,8 @@ bool SwGrfNode::GetFileFilterNms( OUString* pFileNm, OUString* pFilterNm ) const
if( sfx2::LinkManager::GetDisplayNames(
refLink.get(), &sApp, &sTopic, &sItem ) )
{
- *pFileNm = sApp + OUStringLiteral1(sfx2::cTokenSeparator)
- + sTopic + OUStringLiteral1(sfx2::cTokenSeparator)
+ *pFileNm = sApp + OUStringChar(sfx2::cTokenSeparator)
+ + sTopic + OUStringChar(sfx2::cTokenSeparator)
+ sItem;
*pFilterNm = "DDE";
bRet = true;