diff options
-rw-r--r-- | sc/source/core/tool/viewopti.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/viewopti.cxx b/sc/source/core/tool/viewopti.cxx index 0cf249ce7f98..4108ffbed58a 100644 --- a/sc/source/core/tool/viewopti.cxx +++ b/sc/source/core/tool/viewopti.cxx @@ -345,7 +345,6 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() static const char* aPropNames[] = { "Line/GridLine", // SCLAYOUTOPT_GRIDLINES - "Line/GridOnColoredCells", // SCLAYOUTOPT_GRID_ONCOLOR "Line/GridLineColor", // SCLAYOUTOPT_GRIDCOLOR "Line/PageBreak", // SCLAYOUTOPT_PAGEBREAK "Line/Guide", // SCLAYOUTOPT_GUIDE @@ -356,6 +355,7 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() "Window/VerticalScroll", // SCLAYOUTOPT_VERTSCROLL "Window/SheetTab", // SCLAYOUTOPT_SHEETTAB "Window/OutlineSymbol" // SCLAYOUTOPT_OUTLINE + "Line/GridOnColoredCells", // SCLAYOUTOPT_GRID_ONCOLOR }; Sequence<OUString> aNames(SCLAYOUTOPT_COUNT); OUString* pNames = aNames.getArray(); |