summaryrefslogtreecommitdiff
path: root/starmath/inc/symbol.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:10:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:10:13 +0000
commited22ad29b05bd422d473aa0da3866a3c5a908675 (patch)
tree29bf02ff07a4904ace08ac3d3d08f41418b58f00 /starmath/inc/symbol.hxx
parent6f9abac46a134d57e4eb208f95d8a676ac8802b3 (diff)
INTEGRATION: CWS tl32 (1.14.138); FILE MERGED
2006/11/02 15:13:53 tl 1.14.138.1: #i69286# make starmath warning-free for unxsols4(.pro)
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r--starmath/inc/symbol.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index f52bb2cb7c6f..16a1c635a7e5 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: symbol.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 14:58:29 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:10:13 $
*
* 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 @@ public:
void SetDocSymbol( BOOL bVal ) { bDocSymbol = bVal; }
};
-DECLARE_LIST(SmListSym, SmSym *);
-SV_DECL_PTRARR( SymbolArray, SmSym *, 32, 32 );
+DECLARE_LIST(SmListSym, SmSym *)
+SV_DECL_PTRARR( SymbolArray, SmSym *, 32, 32 )
/**************************************************************************/