summaryrefslogtreecommitdiff
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-16 17:07:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-17 08:40:38 +0200
commitdb20ca1171475967e60e416df09a12ec565e2d8b (patch)
tree325d730edc413407fe5cc891c368cd716064411b /sc/inc/scabstdlg.hxx
parent100f66cfa594454a4f06998e6a346b8f42c052b1 (diff)
loplugin:useuniqueptr in ScCondFormatManagerDlg
Change-Id: Icca18a88686493b30e89a3fc00880968a48fe964 Reviewed-on: https://gerrit.libreoffice.org/57528 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index 4019eae3792b..d6c7e0deda94 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -87,7 +87,7 @@ class AbstractScCondFormatManagerDlg : public VclAbstractDialog
protected:
virtual ~AbstractScCondFormatManagerDlg() override = default;
public:
- virtual ScConditionalFormatList* GetConditionalFormatList() = 0;
+ virtual std::unique_ptr<ScConditionalFormatList> GetConditionalFormatList() = 0;
virtual bool CondFormatsChanged() const = 0;