diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-10-25 17:25:08 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-10-25 23:58:01 +0200 |
commit | 863bed8dd4414e995eb59e868edc4ac94a085b34 (patch) | |
tree | f27b046269a7a74bb8d8f2578d05107f33dabd6c /sc | |
parent | 22494121d72a2cc2da364d0d5f7f8236a9b42594 (diff) |
typo: uesd -> used
Change-Id: I827f9a0889aca4a55586cdd2baa21846b1bc155b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xllink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xllink.hxx b/sc/source/filter/inc/xllink.hxx index 1eccffb16d3b..08cbb27c18e5 100644 --- a/sc/source/filter/inc/xllink.hxx +++ b/sc/source/filter/inc/xllink.hxx @@ -76,7 +76,7 @@ enum XclSupbookType EXC_SBTYPE_EXTERN, /// SUPBOOK is used for external references. EXC_SBTYPE_ADDIN, /// SUPBOOK contains add-in functions. EXC_SBTYPE_SPECIAL, /// SUPBOOK is used for DDE or OLE links. - EXC_SBTYPE_EUROTOOL /// SUPBOOK is uesd for EUROCONVERT. + EXC_SBTYPE_EUROTOOL /// SUPBOOK is used for EUROCONVERT. }; #endif |