Kaydet (Commit) 07a7f97b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

replace one more auto_ptr

Change-Id: I903be81ba3e23c43a481ba775d762c06557942db
üst 0216d0e1
......@@ -1615,9 +1615,7 @@ bool ScViewFunc::PasteFromClipToMultiRanges(
}
}
SAL_WNODEPRECATED_DECLARATIONS_PUSH
std::auto_ptr<ScDocument> pMixDoc;
SAL_WNODEPRECATED_DECLARATIONS_POP
boost::scoped_ptr<ScDocument> pMixDoc;
if (bSkipEmpty || nFunction)
{
if (nFlags & IDF_CONTENTS)
......
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