summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-07-02 15:30:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-07-04 02:02:52 +0000
commitbb01a3536d6446864f81a81b626461f8defe5da3 (patch)
tree8bc378cb61c5f20f55b8b62e21be9c6919051f8b /starmath/inc/node.hxx
parent147bf38036e1b8d140519ed8687018471e222eff (diff)
starmath: Drop unused definition
Change-Id: Ifb91d3a913d6fe3f92ef93bd0e25b8c6152727f3 Reviewed-on: https://gerrit.libreoffice.org/26872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/node.hxx')
-rw-r--r--starmath/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index c93c978feaa2..215fded9f860 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -168,7 +168,7 @@ public:
void Move(const Point &rPosition);
void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); }
- virtual void Arrange(OutputDevice &rDev, const SmFormat &rFormat);
+ virtual void Arrange(OutputDevice &rDev, const SmFormat &rFormat) = 0;
virtual void CreateTextFromNode(OUString &rText);
virtual void GetAccessibleText( OUStringBuffer &rText ) const = 0;