summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
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;
-7.0.0.0.alpha1&id=b9b7df5f558eb79533622df5f3390f79a1e5aa79'>Fix typosAndrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann 2019-07-30Fix typo in codeAndrea Gelmini 2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2018-11-19Fix typosAndrea Gelmini 2018-11-12Fix typosAndrea Gelmini 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov 2018-10-22loplugin:staticvar in variousNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-03loplugin:constfields in swNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle 2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2018-01-16Fix typosAndrea Gelmini 2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin