cui/source/options/cfgchart.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 55febfff803fd0a49a8b24fd7dc16253e70bd28e Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Mar 22 13:22:07 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Mar 26 07:07:46 2019 +0100 Fix typo Change-Id: I4fb3395a1052b20f4c83aa9e3708615c6ab9de0e Reviewed-on: https://gerrit.libreoffice.org/69725 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
