From 55febfff803fd0a49a8b24fd7dc16253e70bd28e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 22 Mar 2019 13:22:07 +0000 Subject: Fix typo Change-Id: I4fb3395a1052b20f4c83aa9e3708615c6ab9de0e Reviewed-on: https://gerrit.libreoffice.org/69725 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cui/source/options/cfgchart.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source') 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: -- cgit