diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:39:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:03:44 +0100 |
commit | 970b76816a03be0f57f35a790bea57bf299e344b (patch) | |
tree | 445ca13da577f649176f92dea60c7fc7e8053840 /svtools | |
parent | 53e6785f303e5b308a497e12d411251b216eaabf (diff) |
Fix typos
Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04
Reviewed-on: https://gerrit.libreoffice.org/48076
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/calendar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index 8daacf652f71..12a9fb1c3dab 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -902,7 +902,7 @@ void Calendar::ImplUpdate( bool bCalcNew ) void Calendar::ImplInvertDropPos() { - tools::Rectangle aRect = GetDateRect( maDropDate );//this is one Pixel to width and one to heigh + tools::Rectangle aRect = GetDateRect( maDropDate );//this is one Pixel to width and one to height aRect.Bottom() = aRect.Top()+mnDayHeight-1; aRect.Right() = aRect.Left()+mnDayWidth-1; Invert( aRect ); |