summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-30 10:42:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-30 12:28:43 +0200
commitea1daffc097025c9969f76119d3864cbef203c34 (patch)
tree09228d72d2b85545d83b03cdb075f9c1ef26f2b6 /include
parent4e9e9b796bf597a7ceedb608e3fbb0c1480b0633 (diff)
no need to allocate this separately
Change-Id: Iae6b212c9114c0a5384fc8b7033fa80fa687c638 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116402 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-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 3a7ca544d358..a3464b814333 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -90,7 +90,7 @@ class XMLOFF_DLLPUBLIC XMLTextParagraphExport : public XMLStyleExport
const ::std::unique_ptr< ::xmloff::BoundFrameSets > pBoundFrameSets;
std::unique_ptr<XMLTextFieldExport> pFieldExport;
- std::unique_ptr<std::vector<OUString>> pListElements;
+ std::vector<OUString> maListElements;
XMLTextListAutoStylePool maListAutoPool;
std::unique_ptr<XMLSectionExport> pSectionExport;
std::unique_ptr<XMLIndexMarkExport> pIndexMarkExport;