From 363146254bd44ab82d657f2ca0293d03bd111280 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 7 Jul 2018 09:29:38 +0200 Subject: use std::unique_ptr fo CreateObjectSpecificProperties Change-Id: Ica82eca48719f12535757c81e95d788fe0aaa48e Reviewed-on: https://gerrit.libreoffice.org/57110 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svdogrp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svdogrp.hxx') diff --git a/include/svx/svdogrp.hxx b/include/svx/svdogrp.hxx index 351000746e0a..c0c6cabe6410 100644 --- a/include/svx/svdogrp.hxx +++ b/include/svx/svdogrp.hxx @@ -33,7 +33,7 @@ class SVX_DLLPUBLIC SdrObjGroup final : public SdrObject, public SdrObjList { private: virtual std::unique_ptr CreateObjectSpecificViewContact() override; - virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override; + virtual std::unique_ptr CreateObjectSpecificProperties() override; Point aRefPoint; // Reference point inside the object group -- cgit