diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-20 09:53:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-21 08:35:43 +0200 |
commit | b1da360e9230f5a1d1d5e03bd8f83f65e7e14edc (patch) | |
tree | 8b4662f524eb20fcdde8615f57f3e01aa0bd19b0 /xmloff/inc | |
parent | 06765e45cbf83a865cabb3ce6c418f497e87e099 (diff) |
loplugin:useuniqueptr in XMLTextFieldExport
Change-Id: Ib525cc596429f61740f567445296dcf71c19acf2
Reviewed-on: https://gerrit.libreoffice.org/59350
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 909da05499ca..16f6c799ed06 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -161,7 +161,7 @@ public: XMLTextFieldExport( SvXMLExport& rExp, /// XMLPropertyState for the combined characters field - XMLPropertyState* pCombinedCharState ); + std::unique_ptr<XMLPropertyState> pCombinedCharState ); ~XMLTextFieldExport(); /// Export this field and the surrounding span element with the formatting. |