sw/source/core/graphic/ndgrf.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit d5ae190a6fd483f3d0346ce4abbc4089f5092234 Author: Matteo Casalin <matteo.casa...@yahoo.com> AuthorDate: Sun Feb 17 16:40:57 2019 +0100 Commit: Matteo Casalin <matteo.casa...@yahoo.com> CommitDate: Fri Feb 22 07:53:16 2019 +0100 Remove confusing comment Change-Id: I0e19228b50a19085c9eee70372b34a07e7255091 Reviewed-on: https://gerrit.libreoffice.org/68115 Tested-by: Jenkins Reviewed-by: Matteo Casalin <matteo.casa...@yahoo.com> diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 8045a4158135..1b32c727734b 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -569,13 +569,10 @@ void SwGrfNode::InsertLink( const OUString& rGrfName, const OUString& rFltName ) if( rFltName == "DDE" ) { sal_Int32 nTmp = 0; - // Cannot use getToken as argument in function call: - // evaluation order is undefined! const OUString sApp{ rGrfName.getToken( 0, sfx2::cTokenSeparator, nTmp ) }; const OUString sTopic{ rGrfName.getToken( 0, sfx2::cTokenSeparator, nTmp ) }; const OUString sItem{ rGrfName.copy( nTmp ) }; - rIDLA.GetLinkManager().InsertDDELink( refLink.get(), - sApp, sTopic, sItem ); + rIDLA.GetLinkManager().InsertDDELink( refLink.get(), sApp, sTopic, sItem ); } else { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits