Kaydet (Commit) 9cd20bc2 authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: fix 1 memleak (fusel.cxx)

Change-Id: I6201d926e6987f231ce11ab6d3a502e8034b4818
Reviewed-on: https://gerrit.libreoffice.org/20114Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e110397a
......@@ -1401,12 +1401,11 @@ bool FuSelection::AnimateObj(SdrObject* pObj, const Point& rPos)
{
uno::Any aRet;
uno::Sequence< sal_Int16 > aOutArgsIndex;
uno::Sequence<uno::Any> aParams;
uno::Sequence< uno::Any > aOutArgs;
uno::Sequence< uno::Any >* pInArgs =
new uno::Sequence< uno::Any >(0);
ErrCode eErr = mpDocSh->CallXScript( aMacro,
*pInArgs, aRet, aOutArgsIndex, aOutArgs);
aParams, aRet, aOutArgsIndex, aOutArgs);
// Check the return value from the script
bool bTmp = false;
......
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