diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-04 15:00:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 07:50:55 +0100 |
commit | 0cc702232e4799f03a468d1e8014d050a683165e (patch) | |
tree | 79a328ed3826547eb102626ad9c69f736d05232e /sfx2/source/inc/objshimp.hxx | |
parent | a8694d21a87c44f6008a3547f0b004a17253fdd6 (diff) |
use unique_ptr in SfxObjectShell_Impl
Change-Id: I3f3b0514bdb87f59d9c5f34d2d36dc63e8b1e33d
Reviewed-on: https://gerrit.libreoffice.org/64527
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 4f883c2f8d53..d31414b8588f 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -96,7 +96,7 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess ErrCode lErr; SfxEventHintId nEventId; // If Open/Create as to be sent // before Activate - AutoReloadTimer_Impl *pReloadTimer; + std::unique_ptr<AutoReloadTimer_Impl> pReloadTimer; SfxLoadedFlags nLoadedFlags; SfxLoadedFlags nFlagsInProgress; bool bModalMode; |