diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:57:42 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:57:42 +0000 |
commit | c90f4daba7d9c34aa0acc6a2146a24bda94f0e9b (patch) | |
tree | 6e4fcdc76ceb06a0612ef4c546220a4af7ecdfde /starmath/inc/symbol.hxx | |
parent | b975b47cb95326a53d6538cbd40133ead34fc2bb (diff) |
INTEGRATION: CWS tl50 (1.15.92); FILE MERGED
2008/02/27 17:00:02 tl 1.15.92.1: #i86272# unused code removed
Diffstat (limited to 'starmath/inc/symbol.hxx')
-rw-r--r-- | starmath/inc/symbol.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 1a38cb7d4760..d39376c30ed0 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: symbol.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.17 $ * * This file is part of OpenOffice.org. * @@ -138,7 +138,6 @@ public: SmSymSet& operator = (const SmSymSet& rSymbolSet); const String& GetName() const { return Name; } - void SetName(String& rName); USHORT GetCount() const { return (USHORT) SymbolList.Count(); } const SmSym& GetSymbol(USHORT SymbolNo) const |