summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-03-09 19:47:13 +0900
committerCaolán McNamara <caolanm@redhat.com>2016-03-09 16:22:17 +0000
commit1de73e4ddfff3a67c9470e8434c2bb2cb3f43dd5 (patch)
tree50fa64f00a5c02df7dfed2a90b8fd9cd9afdeee0 /starmath/inc
parent4eb5f363ed9a3181a817f12d5ec49eede13b9c9c (diff)
starmath: Drop SmNode::FindIndex
Its sole usage can be replaced with SmNode::IndexOfSubNode. Change-Id: Icfd4a3fe846b585c5fa3f47e0768729aba66d73e Reviewed-on: https://gerrit.libreoffice.org/23064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/node.hxx2
1 files changed, 0 insertions, 2 deletions
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; }