Kaydet (Commit) 5567bb02 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing ',' makes a completely different string than it appears.

üst c981b302
...@@ -354,8 +354,8 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames() ...@@ -354,8 +354,8 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames()
"Window/HorizontalScroll", // SCLAYOUTOPT_HORISCROLL "Window/HorizontalScroll", // SCLAYOUTOPT_HORISCROLL
"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 "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