summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-24 01:49:58 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-24 01:49:58 +0100
commit1061301a46c498c58a0bfcbfa8982822ce4f52c7 (patch)
treeab9e11b57926678397d23cd989934fbe26e80427 /starmath/source/dialog.cxx
parent95cb8d2ce96578e8968d4d74573fa528e226fac9 (diff)
Remove some more dead code.
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 42efa21da50d..2bb93aacbbfb 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -2144,9 +2144,6 @@ short SmSymDefineDialog::Execute()
void SmSymDefineDialog::SetSymbolSetManager(const SmSymbolManager &rMgr)
{
aSymbolMgrCopy = rMgr;
-#ifdef DEBUG
-// USHORT nS = aSymbolMgrCopy.GetSymbolSetCount();
-#endif
// Das modified Flag der Kopie auf false setzen, damit man spaeter damit
// testen kann ob sich was geaendert hat.
@@ -2339,7 +2336,7 @@ void SmSymDefineDialog::SetFont(const XubString &rFontName, const XubString &rSt
if (pSubsetMap)
delete pSubsetMap;
pSubsetMap = new SubsetMap( &aFontCharMap );
- //
+
aFontsSubsetLB.Clear();
bool bFirst = true;
const Subset* pSubset;