diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-22 13:22:07 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-26 07:07:46 +0100 |
commit | 55febfff803fd0a49a8b24fd7dc16253e70bd28e (patch) | |
tree | 053a59c30c63d68d39483c7f804daef04588da21 /cui | |
parent | 36eb092bed8528eaca295d817ec77fc9a2b73339 (diff) |
Fix typo
Change-Id: I4fb3395a1052b20f4c83aa9e3708615c6ab9de0e
Reviewed-on: https://gerrit.libreoffice.org/69725
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/cfgchart.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/cfgchart.hxx b/cui/source/options/cfgchart.hxx index debb2372d81c..57060ba594e5 100644 --- a/cui/source/options/cfgchart.hxx +++ b/cui/source/options/cfgchart.hxx @@ -83,7 +83,7 @@ public: // (1) Preparation for Item refactor // (2) Dangerous due to SfxItem may not be what you expect (e.g. when // ::Set in SfxItemSet, not your instance may be used there, no control -// about what will happen wothout deep knowledge about SfxItems/SfxItemSets) +// about what will happen without deep knowledge about SfxItems/SfxItemSets) class SvxChartColorTableItem : public SfxPoolItem { public: |