diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:09:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:09:50 +0000 |
commit | 6f9abac46a134d57e4eb208f95d8a676ac8802b3 (patch) | |
tree | 2a6a9ee456dd4500feb3657dd8e08338b7ffe40c /starmath | |
parent | ab3e227ad8680a8bc81a8064e36a6481c395bec9 (diff) |
INTEGRATION: CWS tl32 (1.8.146); FILE MERGED
2006/11/02 15:13:53 tl 1.8.146.2: #i69286# make starmath warning-free for unxsols4(.pro)
2006/10/30 10:34:44 tl 1.8.146.1: #i69286# make starmath warning-free
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/parse.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index beadd0b989ee..4547f8e90f87 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parse.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 14:59:12 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:09:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,8 +138,8 @@ struct SmToken ULONG nGroup; USHORT nLevel; // token position - INT32 nRow; - INT32 nCol; + USHORT nRow; + xub_StrLen nCol; SmToken(); }; @@ -168,8 +168,8 @@ struct SmErrorDesc String Text; }; -DECLARE_STACK(SmNodeStack, SmNode *); -DECLARE_LIST(SmErrDescList, SmErrorDesc *); +DECLARE_STACK(SmNodeStack, SmNode *) +DECLARE_LIST(SmErrDescList, SmErrorDesc *) /**************************************************************************/ |