From b1da360e9230f5a1d1d5e03bd8f83f65e7e14edc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 Aug 2018 09:53:56 +0200 Subject: loplugin:useuniqueptr in XMLTextFieldExport Change-Id: Ib525cc596429f61740f567445296dcf71c19acf2 Reviewed-on: https://gerrit.libreoffice.org/59350 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/txtflde.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/txtflde.hxx') 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 pCombinedCharState ); ~XMLTextFieldExport(); /// Export this field and the surrounding span element with the formatting. -- cgit