diff options
-rw-r--r-- | starmath/source/symbol.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 7801fd15ad..1e2aeb781a 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: symbol.cxx,v $ - * $Revision: 1.30 $ + * $Revision: 1.31 $ * * This file is part of OpenOffice.org. * @@ -208,14 +208,6 @@ SmSymSet& SmSymSet::operator = (const SmSymSet& rSymbolSet) return *this; } -void SmSymSet::SetName(String& rName) -{ - Name = rName; - - if (pSymSetManager) - pSymSetManager->SetModified(TRUE); -} - USHORT SmSymSet::AddSymbol(SmSym* pSymbol) { DBG_ASSERT(pSymbol, "Kein Symbol"); |