summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-07-04 17:23:33 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-07-05 08:33:07 +0000
commita2278241d0bcb07a543d7b75cb2ea6d9ae8202e4 (patch)
treea2ad4b001b9f1aacb36d3f2a1cb654f170441536 /starmath
parentmerge tdoc_ucp::OfficeDocumentsEventListener with (diff)
downloadcore-a2278241d0bcb07a543d7b75cb2ea6d9ae8202e4.tar.gz
core-a2278241d0bcb07a543d7b75cb2ea6d9ae8202e4.zip
starmath: Remove unused GetRect()
Change-Id: I8544520a920f5ba2863a9d1b74e73f5cf47238aa Reviewed-on: https://gerrit.libreoffice.org/26887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/node.hxx1
1 files changed, 0 insertions, 1 deletions
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()); }