cppcanvas: std::auto_ptr -> std::unique_ptr

Change-Id: Ic4584e4fe22c81c30d110ff65e79217f690f56f0
This commit is contained in:
Stephan Bergmann
2014-09-30 08:29:45 +02:00
parent d8e21f0400
commit 476f5aad6e
3 changed files with 21 additions and 16 deletions

View File

@@ -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() ),