cppcanvas: std::auto_ptr -> std::unique_ptr
Change-Id: Ic4584e4fe22c81c30d110ff65e79217f690f56f0
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
#include <polypolyaction.hxx>
|
||||
#include <textaction.hxx>
|
||||
#include <transparencygroupaction.hxx>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
@@ -2452,8 +2453,8 @@ namespace cppcanvas
|
||||
|
||||
ActionSharedPtr pFloatTransAction(
|
||||
internal::TransparencyGroupActionFactory::createTransparencyGroupAction(
|
||||
pMtf,
|
||||
pGradient,
|
||||
std::move(pMtf),
|
||||
std::move(pGradient),
|
||||
rParms,
|
||||
rStates.getState().mapModeTransform *
|
||||
::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ),
|
||||
|
Reference in New Issue
Block a user