diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-05-28 09:32:03 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-05-30 01:44:47 +0000 |
commit | e71ab23aa3c1a645b383beafe848d06ed08d8838 (patch) | |
tree | 5d2984830befd20a7f2c35321fe73527fcc33d6d /starmath/inc/document.hxx | |
parent | 7a2bca302f8299d70f77952110fb4ccfa4b258c2 (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/document.hxx')
-rw-r--r-- | starmath/inc/document.hxx | 1 |
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! |