diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-07-07 09:29:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-07 12:42:37 +0200 |
commit | 363146254bd44ab82d657f2ca0293d03bd111280 (patch) | |
tree | 41e76c63ca1887e8171f9a4e15d7f138bf48bccc /include/svx/svdograf.hxx | |
parent | d4b1f51f99fcb2a6d550f667df14e99983ab9d8c (diff) |
use std::unique_ptr fo CreateObjectSpecificProperties
Change-Id: Ica82eca48719f12535757c81e95d788fe0aaa48e
Reviewed-on: https://gerrit.libreoffice.org/57110
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdograf.hxx')
-rw-r--r-- | include/svx/svdograf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx index 6a146934ad5d..c609df2ba2b1 100644 --- a/include/svx/svdograf.hxx +++ b/include/svx/svdograf.hxx @@ -86,7 +86,7 @@ private: friend class SdrGraphicLink; virtual std::unique_ptr<sdr::contact::ViewContact> CreateObjectSpecificViewContact() override; - virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override; + virtual std::unique_ptr<sdr::properties::BaseProperties> CreateObjectSpecificProperties() override; void ImpSetAttrToGrafInfo(); // Copy values from the pool GraphicAttr aGrafInfo; |