summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-10-02 13:14:57 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-10-02 06:25:19 +0000
commit2fb9c1abbd8fa786a777511f20eeb95313ff4b1d (patch)
treefb02989edb51d05d1448834a465c3d08c5874f41 /starmath/inc
parentd68a0fc050ea4d57e15246f8e71781cd42ebdaa1 (diff)
starmath: SmAlignNode has only one child
So, do not bother to extend its children array. Change-Id: I9550501469aec5c4420f127ab64003c5ab14f9c1 Reviewed-on: https://gerrit.libreoffice.org/19089 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/node.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 0f4eb1b2fcb5..3ea66948dd23 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -1178,6 +1178,8 @@ public:
/** Node used for alignment
+ *
+ * This node has exactly one child at index 0.
*/
class SmAlignNode : public SmStructureNode
{