summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:21 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 07:09:23 +0200
commit351cffbbea58868982032ed0cab970838f6d5802 (patch)
treed1e0ca5bdbb81ca81e66fa694bf51bed02a94a91 /editeng
parentFix typo (diff)
downloadcore-351cffbbea58868982032ed0cab970838f6d5802.tar.gz
core-351cffbbea58868982032ed0cab970838f6d5802.zip
Fix typo
Change-Id: Ib28c9a3df6b6d6b6f65e2c9b0810655b963eb1ff Reviewed-on: https://gerrit.libreoffice.org/72711 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/uno/unofored.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx
index 889b7b7b4420..47a8accb4cca 100644
--- a/editeng/source/uno/unofored.cxx
+++ b/editeng/source/uno/unofored.cxx
@@ -190,7 +190,7 @@ SfxItemState GetSvxEditEngineItemState( EditEngine const & rEditEngine, const ES
rEditEngine.GetCharAttribs( nPara, aAttribs );
bool bEmpty = true; // we found no item inside the selection of this paragraph
- bool bGaps = false; // we found items but theire gaps between them
+ bool bGaps = false; // we found items but there are gaps between them
sal_Int32 nLastEnd = nPos;
const SfxPoolItem* pParaItem = nullptr;