summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/viewopti.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/tool/viewopti.cxx b/sc/source/core/tool/viewopti.cxx
index 4108ffbed58a..c2dbfa428e6a 100644
--- a/sc/source/core/tool/viewopti.cxx
+++ b/sc/source/core/tool/viewopti.cxx
@@ -354,8 +354,8 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames()
"Window/HorizontalScroll", // SCLAYOUTOPT_HORISCROLL
"Window/VerticalScroll", // SCLAYOUTOPT_VERTSCROLL
"Window/SheetTab", // SCLAYOUTOPT_SHEETTAB
- "Window/OutlineSymbol" // SCLAYOUTOPT_OUTLINE
- "Line/GridOnColoredCells", // SCLAYOUTOPT_GRID_ONCOLOR
+ "Window/OutlineSymbol", // SCLAYOUTOPT_OUTLINE
+ "Line/GridOnColoredCells" // SCLAYOUTOPT_GRID_ONCOLOR
};
Sequence<OUString> aNames(SCLAYOUTOPT_COUNT);
OUString* pNames = aNames.getArray();