From 26ac3ee8b2f8cb3bd298d98f9a94c9e305f6c304 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 11 Jul 2015 12:52:23 +0200 Subject: editeng, convert to typed Link<> and remove SvxBrushItem::SetDoneLink since the field it sets is unused.wq Change-Id: Ide95a295fa8004f1ddab5e560f01d36d36658a72 Reviewed-on: https://gerrit.libreoffice.org/16943 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/brushitem.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/editeng/brushitem.hxx') diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx index 22a3d4219a87..0c2c26f7d5f3 100644 --- a/include/editeng/brushitem.hxx +++ b/include/editeng/brushitem.hxx @@ -95,8 +95,6 @@ public: Color& GetColor() { return aColor; } void SetColor( const Color& rCol) { aColor = rCol; } - void SetDoneLink( const Link<>& rLink ); - SvxGraphicPosition GetGraphicPos() const { return eGraphicPos; } void PurgeMedium() const; -- cgit