diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-22 13:40:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-25 09:15:39 +0200 |
commit | 879c455e49a28831fab1477d5ced65a69e5c2918 (patch) | |
tree | c012ffbfbb5699a24a1d95e66acbe02aff374f1e /lotuswordpro/inc | |
parent | f2ab7b0ddbd324b3f98e4244bb56254bf030ac3d (diff) |
loplugin:useuniqueptr in XFStyleManager
Change-Id: I6fccaef0778ce02fc6d6daaa2fdb31af9ea1c19f
Reviewed-on: https://gerrit.libreoffice.org/56334
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfstylemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/inc/xfilter/xfstylemanager.hxx b/lotuswordpro/inc/xfilter/xfstylemanager.hxx index f9e9d9411055..163ceafad865 100644 --- a/lotuswordpro/inc/xfilter/xfstylemanager.hxx +++ b/lotuswordpro/inc/xfilter/xfstylemanager.hxx @@ -133,7 +133,7 @@ private: XFStyleContainer s_aTableCellStyles; XFStyleContainer s_aTableRowStyles; XFStyleContainer s_aTableColStyles; - IXFStyle *s_pOutlineStyle; + std::unique_ptr<IXFStyle> s_pOutlineStyle; XFStyleContainer s_aRubyStyles; }; |