summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:00:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:00:32 +0000
commit46b3569668eb0871a985ba7791db12d6bee59013 (patch)
tree9ec459cc01148b3718e0bb3caefb6094bb4aa33d /starmath
parent9647d5819165a45b2a35de5de527284ad67f006f (diff)
INTEGRATION: CWS tl50 (1.29.92); FILE MERGED
2008/02/27 17:00:02 tl 1.29.92.1: #i86272# unused code removed
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/symbol.cxx10
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");