summaryrefslogtreecommitdiff
path: root/include/xmloff/txtparae.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-25 10:52:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-30 08:39:04 +0200
commitb0631cc1454d99cbaa948e54c3b0c246bd27bf1c (patch)
tree3cfcb2ae2e43f37395d33ba319194f8a6162d6e9 /include/xmloff/txtparae.hxx
parentaf73d613118bb141a51e56e4c8da405cc3e1298f (diff)
loplugin:useuniqueptr in XMLTextParagraphExport
Change-Id: I753bbfc60172a36e1f3ba08398dc17ee14e0c551 Reviewed-on: https://gerrit.libreoffice.org/53604 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/txtparae.hxx')
-rw-r--r--include/xmloff/txtparae.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index 9c3d27e3dd33..8fb299cae511 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -109,7 +109,7 @@ class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport
bool bOpenRuby;
XMLTextListsHelper* mpTextListsHelper;
- ::std::vector< XMLTextListsHelper* > maTextListsHelperStack;
+ ::std::vector< std::unique_ptr<XMLTextListsHelper> > maTextListsHelperStack;
enum class FrameType { Text, Graphic, Embedded, Shape };
public: