remove commented out code

Change-Id: I754a34a88a7f976714827bd8e8986b854d5da692
This commit is contained in:
Thomas Arnhold
2013-04-10 01:24:49 +02:00
parent 7c48a2a83f
commit 074e27c1ba

View File

@@ -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();
};