summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-11 10:28:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-11 13:08:20 +0000
commitfdfaf4b1e2c9b862a16e638aa7916f1b9d4316a4 (patch)
tree2e9d1da9a33f47dc53cf459b1b15969f1a9b3497 /include
parentd3c751fe21856cb0fcfe5672ebd9f40eaaf1dab4 (diff)
use std::unique_ptr
Change-Id: I68e3e498fa4abeca66501897fe5975b44611259c
Diffstat (limited to 'include')
-rw-r--r--include/svtools/grfmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 75fb7742b905..9ca271689ac3 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -185,8 +185,8 @@ private:
OUString maLink;
Link<const GraphicObject*, SvStream*> maSwapStreamHdl;
OUString maUserData;
- Timer* mpSwapOutTimer;
- GrfSimpleCacheObj* mpSimpleCache;
+ std::unique_ptr<Timer> mxSwapOutTimer;
+ std::unique_ptr<GrfSimpleCacheObj> mxSimpleCache;
sal_uLong mnAnimationLoopCount;
// a unique increasing ID to be able to say which data change is older