From c90f4daba7d9c34aa0acc6a2146a24bda94f0e9b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Apr 2008 12:57:42 +0000 Subject: INTEGRATION: CWS tl50 (1.15.92); FILE MERGED 2008/02/27 17:00:02 tl 1.15.92.1: #i86272# unused code removed --- starmath/inc/symbol.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'starmath/inc/symbol.hxx') 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 -- cgit