[Libreoffice-commits] core.git: odk/examples sc/source

Julien Nabet serval2412 at yahoo.fr
Sat Jan 13 23:29:42 UTC 2018


 odk/examples/java/Spreadsheet/SCalc.java |    2 +-
 sc/source/filter/inc/xlstyle.hxx         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit facfc2951ea9f4745edd4a6fb1cf97697f33f40a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jan 13 22:41:53 2018 +0100

    Typo: syles->styles
    
    Change-Id: Ia93306eda5e09cc9cae62fc43c472d266ec03bfa
    Reviewed-on: https://gerrit.libreoffice.org/47846
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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.
 


More information about the Libreoffice-commits mailing list