From a2278241d0bcb07a543d7b75cb2ea6d9ae8202e4 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 4 Jul 2016 17:23:33 +0900 Subject: starmath: Remove unused GetRect() Change-Id: I8544520a920f5ba2863a9d1b74e73f5cf47238aa Reviewed-on: https://gerrit.libreoffice.org/26887 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- starmath/inc/node.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 215fded9f860..d03f0f23e12b 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -164,7 +164,6 @@ public: RectHorAlign GetRectHorAlign() const { return meRectHorAlign; } const SmRect & GetRect() const { return *this; } - SmRect & GetRect() { return *this; } void Move(const Point &rPosition); void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); } -- cgit