From 5567bb0200b5d57bb5a79cd4bea7d960310ee14a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Aug 2011 13:39:23 +0100 Subject: missing ',' makes a completely different string than it appears. --- sc/source/core/tool/viewopti.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc') 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 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 aNames(SCLAYOUTOPT_COUNT); OUString* pNames = aNames.getArray(); -- cgit