summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odk/examples/java/Spreadsheet/SCalc.java2
-rw-r--r--sc/source/filter/inc/xlstyle.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/Spreadsheet/SCalc.java b/odk/examples/java/Spreadsheet/SCalc.java
index b251656c7250..5772ab31b9a9 100644
--- a/odk/examples/java/Spreadsheet/SCalc.java
+++ b/odk/examples/java/Spreadsheet/SCalc.java
@@ -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
diff --git a/sc/source/filter/inc/xlstyle.hxx b/sc/source/filter/inc/xlstyle.hxx
index 4b8dd97109d4..1e20c5c396d8 100644
--- a/sc/source/filter/inc/xlstyle.hxx
+++ b/sc/source/filter/inc/xlstyle.hxx
@@ -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.