diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-17 15:41:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-17 20:43:28 +0100 |
commit | 9d65987055a6127899403951cec270f1cf5295e5 (patch) | |
tree | 676bb89d4011d0ef7f818660b6dac09c2e98fd1c /svx/source/dialog | |
parent | 31f51598fd08c2b76583a1baad0c0d6d4b336664 (diff) |
Fix typos
Change-Id: I7f1636226c4fbe29d9d2ef850318a9d57f1b5450
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127009
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/charmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index 5736ea26ce73..fd72c77d52d6 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -466,7 +466,7 @@ void SvxShowCharSet::DeSelect() Invalidate(); } -// stretch a grid rectangle if its at the edge to fill unused space +// stretch a grid rectangle if it's at the edge to fill unused space tools::Rectangle SvxShowCharSet::getGridRectangle(const Point &rPointUL, const Size &rOutputSize) const { tools::Long x = rPointUL.X() - 1; |