summaryrefslogtreecommitdiffstats
path: root/starmath/inc/cursor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-16 14:05:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-18 09:17:43 +0200
commit4c05834a363535804d2cf5892704e19a5bb4f966 (patch)
tree43226f521a491e833bdd3f18b1655e945018ba64 /starmath/inc/cursor.hxx
parentloplugin:comparisonwithconstant in basegfx (diff)
downloadcore-4c05834a363535804d2cf5892704e19a5bb4f966.tar.gz
core-4c05834a363535804d2cf5892704e19a5bb4f966.zip
loplugin:unusedmethods
Change-Id: I1c50d176e793397a1f9625f797a3750cf191a61c Reviewed-on: https://gerrit.libreoffice.org/37679 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r--starmath/inc/cursor.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index f35011a31c42..72de1a1cbadb 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -138,17 +138,6 @@ public:
*/
void InsertSubSup(SmSubSup eSubSup);
- /** Create a limit on an SmOperNode
- *
- * This method only work if the caret is inside an SmOperNode, or to the right of one.
- * Notice also that this method ignores any selection made.
- *
- * The caret will be moved into the limit.
- *
- * @returns True, if the caret was in a context where this operation was possible.
- */
- bool InsertLimit(SmSubSup eSubSup);
-
/** Insert a new row or newline
*
* Inserts a new row if position is in an matrix or stack command.