summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-05-07 09:38:57 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-05-07 09:38:57 +0200
commit95838cf7eb35c98e0beec89043352eca276df85e (patch)
treeb45f0cc984665887db493b0a2965940900abedbb /starmath
parent16953b1821c4cc394942012c9ff74cf6f9380d9e (diff)
cws tl74: #158766# problem with test tool fixed
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/dialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 222b02f5cd4a..453e265cb46b 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -1934,7 +1934,7 @@ IMPL_LINK( SmSymDefineDialog, ChangeClickHdl, Button *, EMPTYARG pButton )
aSymbolSets.GetText() );
// remove old symbol if the name was changed then add new one
- const bool bSetNameChanged = aOldSymbolSets.GetText() != aSymbolSets.GetText();
+// const bool bSetNameChanged = aOldSymbolSets.GetText() != aSymbolSets.GetText();
const bool bNameChanged = aOldSymbols.GetText() != aSymbols.GetText();
if (bNameChanged)
aSymbolMgrCopy.RemoveSymbol( aOldSymbols.GetText() );