diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-10 01:24:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-10 01:24:49 +0200 |
commit | 074e27c1baeb632b09666bc17a7f7afbed7b7393 (patch) | |
tree | 7168452f5f24ed827ae2b1162cd2380baf47988e /starmath | |
parent | 7c48a2a83f4a92200c7f2b0f259bf1684d253436 (diff) |
remove commented out code
Change-Id: I754a34a88a7f976714827bd8e8986b854d5da692
Diffstat (limited to 'starmath')
-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(); }; |