diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-29 16:29:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-29 16:46:06 +0200 |
commit | f5989d1debd7b4aefa6a8c984c729d9e308c5d7b (patch) | |
tree | 4e817c81853ce7e030bc90d1b1d730adbcf200cb /include | |
parent | 5230b2e475f4d967dcbe2d4c7fd71dc4ce1312de (diff) |
Fix typo
Change-Id: I4b1eefee1fd77d946f2926d0a0bb5b929de5d374
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98997
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index 5e341ba6db2b..b1dc364d7d57 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -935,9 +935,9 @@ struct PPTCharPropSet //now,the bullet color should be set original hyperlink text's color //so "mbHardHylinkOrigColor" hold the original hyperlink text's color. sal_uInt32 mnHylinkOrigColor; - //the bullet text weather has a hyperlink. + //the bullet text whether has a hyperlink. bool mbIsHyperlink; - //the hyperlink text weather has a custom color. + //the hyperlink text whether has a custom color. bool mbHardHylinkOrigColor; sal_uInt32 mnOriginalTextPos; |