From 03a651d48e7cb3b19c98bdf3ed0a1080b60974ae Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 15 Jul 2018 12:05:08 +0200 Subject: return BaseProcessor2D by std::unique_ptr Change-Id: Ibad6e989d2d7ba779e7557e41552d06c076f657b Reviewed-on: https://gerrit.libreoffice.org/57448 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/inc/frame.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/inc/frame.hxx') diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx index 4f6375d664a9..5756edf07e43 100644 --- a/sw/source/core/inc/frame.hxx +++ b/sw/source/core/inc/frame.hxx @@ -555,7 +555,7 @@ public: const Color *pColor, const SvxBorderLineStyle = SvxBorderLineStyle::SOLID ) const; - drawinglayer::processor2d::BaseProcessor2D * CreateProcessor2D( ) const; + std::unique_ptr CreateProcessor2D( ) const; void ProcessPrimitives( const drawinglayer::primitive2d::Primitive2DContainer& rSequence ) const; // retouch, not in the area of the given Rect! -- cgit