diff options
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r-- | include/editeng/brushitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; |