summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 13:39:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-08 13:54:39 +0100
commit5567bb0200b5d57bb5a79cd4bea7d960310ee14a (patch)
treee54db6ea26aa622347c86df56bcd03a5c1f87cfb /sc
parentc981b302dcd818eb212d666490156c628c7771c0 (diff)
missing ',' makes a completely different string than it appears.
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();