diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-08 06:57:25 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-01-08 13:25:05 +0100 |
commit | 2e5c4b4081411b77b5e0593225b805d3756f7533 (patch) | |
tree | 48ef95101e79cf6a86ee34a6678426b4bc8251de /editeng | |
parent | cc8eeb3148b88807b4acf4ac3c829fb4f37f9a80 (diff) |
Grammar fixes
Change-Id: I6ac6f6abb601aa254e94612e6826488393de8e3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86383
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit5.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx index 975eddebf6ae..0e6b6af722fa 100644 --- a/editeng/source/editeng/impedit5.cxx +++ b/editeng/source/editeng/impedit5.cxx @@ -395,7 +395,7 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, EditEngineAttribs nOnl SfxItemSet ImpEditEngine::GetAttribs( sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd, GetAttribsFlags nFlags ) const { - // Optimized function with less Puts(), which cause unnecessary cloning from default items. + // Optimized function with fewer Puts(), which cause unnecessary cloning from default items. // If this works, change GetAttribs( EditSelection ) to use this for each paragraph and merge the results! |