summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-16 15:20:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-20 07:40:22 +0100
commitd728d5d192e6f100d64ffa2e267055a451e9e403 (patch)
tree427bb1cc84160183ecb735ec70d14e100b7f29e8 /include
parentdaf1b10f4e266818b6e14f0f1dfddd66f0a3a2f0 (diff)
loplugin:useuniqueptr in SvBaseLink
Change-Id: Iaa133fa7f3b4bc4adea1c1568015327b1694161b Reviewed-on: https://gerrit.libreoffice.org/48169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/lnkbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx
index eaeebe466f40..6809a1d5ded6 100644
--- a/include/sfx2/lnkbase.hxx
+++ b/include/sfx2/lnkbase.hxx
@@ -88,7 +88,7 @@ protected:
// Set LinkSourceName without action
void SetName( const OUString & rLn );
- ImplBaseLinkData* pImplData;
+ std::unique_ptr<ImplBaseLinkData> pImplData;
bool m_bIsReadOnly;
css::uno::Reference<css::io::XInputStream>