diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-11 15:11:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-20 08:33:17 +0200 |
commit | 433fd79e00ee8fb935482f13ca5b270939aefa99 (patch) | |
tree | 9499ea7e4bfcbe72178611c8220684860a9a33a4 /cui/source/inc | |
parent | ece3faf9a02fc2449150b066214eb84a87bd2aa8 (diff) |
loplugin:useuniqueptr in TPGalleryThemeProperties
Change-Id: I4a288f9bd1b8abd7c588c1c895c8b6a8ef399fc2
Reviewed-on: https://gerrit.libreoffice.org/56099
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuigaldlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index bc82540bc3e3..d00a30b819c0 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -246,7 +246,7 @@ class TPGalleryThemeProperties : public SfxTabPage ExchangeData* pData; std::vector<OUString> aFoundList; - std::vector< FilterEntry* > + std::vector< std::unique_ptr<FilterEntry> > aFilterEntryList; Timer aPreviewTimer; OUString aLastFilterName; |