summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-05-28 09:32:03 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-05-30 01:44:47 +0000
commite71ab23aa3c1a645b383beafe848d06ed08d8838 (patch)
tree5d2984830befd20a7f2c35321fe73527fcc33d6d /starmath/inc
parent7a2bca302f8299d70f77952110fb4ccfa4b258c2 (diff)
starmath: Drop redundant IsFormulaArranged() check
as ArrangeFormula() itself checks bIsFormulaArranged, and does nothing if it's on. Change-Id: Icc76208f6881d4de99e88feae5f19d7e8890e4e9 Reviewed-on: https://gerrit.libreoffice.org/25570 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/document.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index e52fa192c133..499bd564bb91 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -156,7 +156,6 @@ public:
static void SaveSymbols();
void ArrangeFormula();
- bool IsFormulaArranged() const { return bIsFormulaArranged; }
//Access for the View. This access is not for the OLE-case!
//and for the communication with the SFX!