summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/gloshdl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-18 09:46:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-18 11:19:20 +0000
commit2266b436698f28f3869a025f5aa4a356da04a4f1 (patch)
treea44156984d68252fc5ca4d0088ea5f0a37546e1f /sw/source/uibase/inc/gloshdl.hxx
parentfeb3b3dbda7af2ba7f2d36dd9174a30912d9cf63 (diff)
new loplugin: useuniqueptr: sw part 2
Change-Id: Ifa901f75072d8474d8a97ca57c2b5b48d8c6b79d Reviewed-on: https://gerrit.libreoffice.org/33250 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/gloshdl.hxx')
-rw-r--r--sw/source/uibase/inc/gloshdl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/gloshdl.hxx b/sw/source/uibase/inc/gloshdl.hxx
index 3ad60ed733f7..8b43af0b126e 100644
--- a/sw/source/uibase/inc/gloshdl.hxx
+++ b/sw/source/uibase/inc/gloshdl.hxx
@@ -35,7 +35,8 @@ class SW_DLLPUBLIC SwGlossaryHdl
OUString aCurGrp;
SfxViewFrame* pViewFrame;
SwWrtShell* pWrtShell;
- SwTextBlocks* pCurGrp;
+ std::unique_ptr<SwTextBlocks>
+ pCurGrp;
SAL_DLLPRIVATE bool Expand( const OUString& rShortName,
SwGlossaries* pGlossaries,