From 80477bbcc00fac6914928c088bc803b829fe2c66 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 7 Jun 2001 11:12:17 +0000 Subject: ##966## Improve parser output for missing terms --- starmath/source/mathtype.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'starmath/source/mathtype.hxx') diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx index 43cef9076f8e..1550ffb8b6e5 100644 --- a/starmath/source/mathtype.hxx +++ b/starmath/source/mathtype.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mathtype.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cmc $ $Date: 2001-01-18 14:57:19 $ + * last change: $Author: cmc $ $Date: 2001-06-07 12:12:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,8 @@ private: int HandleMatrix(int nLevel,BYTE nSelector,BYTE nVariarion); void HandleMatrixSeperator(int nMatrixRows,int nMatrixCols, int &rCurCol,int &rCurRow); - int HandleTemplate(int nLevel,BYTE &rSelector,BYTE &rVariation); + int HandleTemplate(int nLevel,BYTE &rSelector,BYTE &rVariation, + xub_StrLen &rLastTemplateBracket); void HandleEmblishments(); void HandleSetSize(); int HandleChar(xub_StrLen &rTextStart,int &rSetSize,int nLevel,BYTE nTag, -- cgit