summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-06-28 06:19:17 +0000
committerThomas Lange <tl@openoffice.org>2001-06-28 06:19:17 +0000
commit992868c54bd76b8d68e0a0d47e29b9881a091d8c (patch)
tree66171da4ba7ce8f668f3fb744833e1887082e9ae /starmath/inc
parentc044125146da7b4af8e580d1b152b642ee6d525c (diff)
#88893# function added to add a single symbol to the hashtable
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/symbol.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx
index 98be0b3e8293..100ac624bd91 100644
--- a/starmath/inc/symbol.hxx
+++ b/starmath/inc/symbol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symbol.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tl $ $Date: 2001-06-22 12:41:48 $
+ * last change: $Author: tl $ $Date: 2001-06-28 07:19:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,6 +221,7 @@ class SmSymSetManager : public SfxListener
const SfxHint& rHint, const TypeId& rHintType);
UINT32 GetHashIndex(const String& rSymbolName);
+ void EnterHashTable(SmSym& rSymbol);
void EnterHashTable(SmSymSet& rSymbolSet);
void FillHashTable();
void Init();