From 1de73e4ddfff3a67c9470e8434c2bb2cb3f43dd5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 9 Mar 2016 19:47:13 +0900 Subject: starmath: Drop SmNode::FindIndex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its sole usage can be replaced with SmNode::IndexOfSubNode. Change-Id: Icfd4a3fe846b585c5fa3f47e0768729aba66d73e Reviewed-on: https://gerrit.libreoffice.org/23064 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/inc/node.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 4e38e4374be8..2fc3b660f1e6 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -146,8 +146,6 @@ public: virtual void Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell); void PrepareAttributes(); - sal_uInt16 FindIndex() const; - void SetRectHorAlign(RectHorAlign eHorAlign, bool bApplyToSubTree = true ); RectHorAlign GetRectHorAlign() const { return meRectHorAlign; } -- cgit