diff options
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r-- | starmath/source/cfgitem.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index e180fcaebb8e..979ee4319ddd 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -98,7 +98,6 @@ static const char * aMathPropNames[] = "Print/Size", "Print/ZoomFactor", "LoadSave/IsSaveOnlyUsedSymbols", - //"Misc/NoSymbolsWarning", @deprecated "Misc/IgnoreSpacesRight", "View/ToolboxVisible", "View/AutoRedraw", @@ -193,7 +192,6 @@ struct SmCfgOther bool bToolboxVisible; bool bAutoRedraw; bool bFormulaCursor; - //sal_Bool bNoSymbolsWarning; SmCfgOther(); }; |