summaryrefslogtreecommitdiff
path: root/svtools/source/control/calendar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-rw-r--r--svtools/source/control/calendar.cxx2
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 );