Kaydet (Commit) d63a69a0 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix string

Change-Id: Ibd3598f1d053605dd7dab2fd08896ab4dbd25add
üst 43e01ae9
......@@ -19,6 +19,7 @@
#include <hintids.hxx>
#include <uitool.hxx>
#include <comphelper/string.hxx>
#include <svl/urihelper.hxx>
#include <svl/PasswordHelper.hxx>
#include <vcl/msgbox.hxx>
......@@ -159,7 +160,7 @@ void SwBaseShell::InsertRegionDialog(SfxRequest& rReq)
if(aFile.Len() || aSub.Len())
{
OUString sLinkFileName = OUString(sfx2::cTokenSeparator);
sLinkFileName += sfx2::cTokenSeparator;
sLinkFileName += OUString(sfx2::cTokenSeparator);
sLinkFileName = comphelper::string::setToken(sLinkFileName, 0, sfx2::cTokenSeparator, aFile);
if(SFX_ITEM_SET ==
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment