Kaydet (Commit) a3bbb7e6 authored tarafından Matteo Casalin's avatar Matteo Casalin

sFullPath is empty for sure, here

Change-Id: Idee351bf2515dd7343b6a74eba98d1df7f4d5ffc
üst aef2aa22
...@@ -595,9 +595,7 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void) ...@@ -595,9 +595,7 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void)
sUser += OUString(cDelim); sUser += OUString(cDelim);
sUser += sNewPath.getToken( i, cDelim ); sUser += sNewPath.getToken( i, cDelim );
} }
if ( !sFullPath.isEmpty() ) sFullPath = sUser;
sFullPath += OUString(cDelim);
sFullPath += sUser;
sWritable += sNewPath.getToken( i, cDelim ); sWritable += sNewPath.getToken( i, cDelim );
if ( !sFullPath.isEmpty() ) if ( !sFullPath.isEmpty() )
sFullPath += OUString(cDelim); sFullPath += OUString(cDelim);
......
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