From 5ad5f5ec62cc259f054b7343d7b4edce372e95e2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 May 2018 14:21:41 +0200 Subject: make CreateStyleFamilies return std::unique_ptr Change-Id: Ibb7bec9ede8045a6cea42c02f61f14ad36d2b434 Reviewed-on: https://gerrit.libreoffice.org/53730 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/sdmod.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc') diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 74160c6a512b..3196bafe07da 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -111,7 +111,7 @@ public: virtual std::unique_ptr CreateItemSet( sal_uInt16 nId ) override; virtual void ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) override; virtual VclPtr CreateTabPage( sal_uInt16 nId, TabPageParent pParent, const SfxItemSet& rSet ) override; - virtual SfxStyleFamilies* CreateStyleFamilies() override; + virtual std::unique_ptr CreateStyleFamilies() override; SdExtPropertySetInfoCache gImplImpressPropertySetInfoCache; SdExtPropertySetInfoCache gImplDrawPropertySetInfoCache; -- cgit