summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 07:25:33 +0200
commitb10af777ee7a1a879e6cab8314a1bc555c6ddba3 (patch)
treed513b92d9ce4795631d9c769d2c6e87345f40197 /editeng
parent40556d4309195ed20ed9c0afa86a89723ba2b93b (diff)
Fix typo
Change-Id: I97909d9d6ece176f519318ebb53b4cdfeeba9146 Reviewed-on: https://gerrit.libreoffice.org/72709 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/outliner/outliner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx
index 13d371eba8b7..d015b9c97c03 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -1478,7 +1478,7 @@ void Outliner::StyleSheetChanged( SfxStyleSheet const * pStyle )
// The EditEngine calls StyleSheetChanged also for derived styles.
// Here all the paragraphs, which had the said template, used to be
- // hunted by a ImpRecalcParaAttribs, why?
+ // hunted by an ImpRecalcParaAttribs, why?
// => only the Bullet-representation can really change...
sal_Int32 nParas = pParaList->GetParagraphCount();
for( sal_Int32 nPara = 0; nPara < nParas; nPara++ )