Kaydet (Commit) aebb10b7 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

show row/column headers as default again

üst 830650fa
...@@ -345,7 +345,6 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() ...@@ -345,7 +345,6 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames()
static const char* aPropNames[] = static const char* aPropNames[] =
{ {
"Line/GridLine", // SCLAYOUTOPT_GRIDLINES "Line/GridLine", // SCLAYOUTOPT_GRIDLINES
"Line/GridOnColoredCells", // SCLAYOUTOPT_GRID_ONCOLOR
"Line/GridLineColor", // SCLAYOUTOPT_GRIDCOLOR "Line/GridLineColor", // SCLAYOUTOPT_GRIDCOLOR
"Line/PageBreak", // SCLAYOUTOPT_PAGEBREAK "Line/PageBreak", // SCLAYOUTOPT_PAGEBREAK
"Line/Guide", // SCLAYOUTOPT_GUIDE "Line/Guide", // SCLAYOUTOPT_GUIDE
...@@ -356,6 +355,7 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() ...@@ -356,6 +355,7 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames()
"Window/VerticalScroll", // SCLAYOUTOPT_VERTSCROLL "Window/VerticalScroll", // SCLAYOUTOPT_VERTSCROLL
"Window/SheetTab", // SCLAYOUTOPT_SHEETTAB "Window/SheetTab", // SCLAYOUTOPT_SHEETTAB
"Window/OutlineSymbol" // SCLAYOUTOPT_OUTLINE "Window/OutlineSymbol" // SCLAYOUTOPT_OUTLINE
"Line/GridOnColoredCells", // SCLAYOUTOPT_GRID_ONCOLOR
}; };
Sequence<OUString> aNames(SCLAYOUTOPT_COUNT); Sequence<OUString> aNames(SCLAYOUTOPT_COUNT);
OUString* pNames = aNames.getArray(); OUString* pNames = aNames.getArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment