Kaydet (Commit) facfc295 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: syles->styles

Change-Id: Ia93306eda5e09cc9cae62fc43c472d266ec03bfa
Reviewed-on: https://gerrit.libreoffice.org/47846Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d28e10b0
......@@ -38,7 +38,7 @@
// Step 2: open an empty calc document
// Step 3: create cell styles
// Step 4: get the sheet an insert some data
// Step 5: apply the created cell syles
// Step 5: apply the created cell styles
// Step 6: insert a 3D Chart
......
......@@ -146,7 +146,7 @@ const sal_uInt32 EXC_XFID_NOTFOUND = 0xFFFFFFFF;
const sal_uInt16 EXC_XF_LOCKED = 0x0001;
const sal_uInt16 EXC_XF_HIDDEN = 0x0002;
const sal_uInt16 EXC_XF_STYLE = 0x0004;
const sal_uInt16 EXC_XF_STYLEPARENT = 0x0FFF; /// Syles don't have a parent.
const sal_uInt16 EXC_XF_STYLEPARENT = 0x0FFF; /// Styles don't have a parent.
const sal_uInt16 EXC_XF_LINEBREAK = 0x0008; /// Automatic line break.
const sal_uInt16 EXC_XF_SHRINK = 0x0010; /// Shrink to fit into cell.
......
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