summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-08 06:57:25 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-01-08 13:25:05 +0100
commit2e5c4b4081411b77b5e0593225b805d3756f7533 (patch)
tree48ef95101e79cf6a86ee34a6678426b4bc8251de /sfx2/source
parentcc8eeb3148b88807b4acf4ac3c829fb4f37f9a80 (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 'sfx2/source')
-rw-r--r--sfx2/source/appl/newhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index e615a3f88baf..44f6d04c3821 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -1695,7 +1695,7 @@ void SfxHelpIndexWindow_Impl::SetFactory( const OUString& rFactory, bool bActive
if ( !rFactory.isEmpty() )
{
GetIndexPage()->SetFactory( rFactory );
- // the index page did a check if rFactory is valid,
+ // the index page made a check if rFactory is valid,
// so the index page always returns a valid factory
GetSearchPage()->SetFactory( GetIndexPage()->GetFactory() );
if ( bActive )