[Libreoffice-commits] core.git: editeng/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 22 05:26:09 UTC 2019
editeng/source/outliner/outliner.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b10af777ee7a1a879e6cab8314a1bc555c6ddba3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:23 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 22 07:25:33 2019 +0200
Fix typo
Change-Id: I97909d9d6ece176f519318ebb53b4cdfeeba9146
Reviewed-on: https://gerrit.libreoffice.org/72709
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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++ )
More information about the Libreoffice-commits
mailing list